WOICheckBox constructor
const
WOICheckBox({})
Implementation
const WOICheckBox({
super.key,
required this.isChecked,
required this.onTap,
this.border,
this.checkedBorder,
this.checkedFillColor,
this.size = 25,
this.innerPadding,
this.duration,
this.borderRadius = 0,
this.icon,
});