ItemSelectDialog constructor

const ItemSelectDialog(
  1. List itemList,
  2. List<String> fieldList,
  3. String actionString, {
  4. double sizeFactor = 1,
  5. Key? key,
})

Implementation

const ItemSelectDialog(this.itemList, this.fieldList, this.actionString, {this.sizeFactor = 1, super.key});