CustomCheckBox constructor
CustomCheckBox({})
Implementation
CustomCheckBox({
Key? key,
required this.iconChecked,
required this.iconNormal,
/* this.iconDisable,*/
required this.size,
required this.value,
required this.clickable,
this.onChanged,
this.padding = 0,
}) : super(key: key);