CustomCheckBox constructor
const
CustomCheckBox({})
Implementation
const CustomCheckBox({
super.key,
required this.value,
this.enable = true,
this.text = '',
this.description = '',
this.textColor = Colors.black,
this.activeColor = Colors.black,
this.disableColor = Colors.grey,
this.size = 24,
this.onChanged,
});