IconSelectDialog constructor

const IconSelectDialog(
  1. String prompt,
  2. List<Icon> iconList, {
  3. Key? key,
})

Implementation

const IconSelectDialog(this.prompt,this.iconList, {super.key});