ItemDialog constructor
ItemDialog({})
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) {
}