CheckBoxItem constructor

CheckBoxItem({
  1. required Widget child,
  2. bool isSelected = false,
  3. dynamic item,
})

Implementation

CheckBoxItem({required this.child, this.isSelected = false, this.item});