ItemDialog constructor

ItemDialog({
  1. Key? key,
  2. required List dataList,
  3. String? title,
  4. int? selectId,
  5. ScrollPhysics? physics,
  6. Widget? customWidget,
  7. int crossAxisCount = 3,
  8. double childAspectRatio = 2.44,
})

Implementation

ItemDialog({Key? key, required this.dataList, this.title,  this.selectId, this.physics, this.customWidget, this.crossAxisCount = 3, this.childAspectRatio = 2.44}) : super(key: key) {

}