CustomCheckBoxWidgetUI constructor

CustomCheckBoxWidgetUI({
  1. bool value = false,
  2. RowWidgetModel? row,
  3. Color? activeColor,
  4. Color? checkColor,
  5. BorderSide? side,
  6. dynamic onChange(
    1. bool value, [
    2. RowWidgetModel? row
    ])?,
  7. Key? key,
})

Implementation

CustomCheckBoxWidgetUI({this.value = false, this.row, this.activeColor, this.checkColor, this.side, this.onChange,  super.key});