CheckBoxDialog constructor

CheckBoxDialog({
  1. Key? key,
  2. required List dataList,
  3. String? title,
  4. required int selectId,
})

Implementation

CheckBoxDialog({Key? key, required this.dataList, this.title, required this.selectId}) : super(key: key);