CheckboxCustom constructor

const CheckboxCustom(
  1. int index,
  2. dynamic item,
  3. Function funChecked,
  4. bool active, {
  5. Key? key,
})

Implementation

const CheckboxCustom(this.index, this.item, this.funChecked, this.active, {Key? key}):super(key:key);