CheckboxComponent constructor
const
CheckboxComponent({})
Implementation
const CheckboxComponent(
{this.initialValue = false,
this.iconColor = Colors.black,
this.checkedBorderColor = Colors.black,
this.checkedFillColor = Colors.white,
this.iconData = Icons.check,
this.onChanged,
Key? key})
: super(key: key);