BadCheckbox constructor
const
BadCheckbox({})
Implementation
const BadCheckbox({
super.key,
required this.checked,
required this.size,
required this.checkedIcon,
this.border,
this.borderRadius = 0.0,
this.fill,
this.checkedFill,
required this.onTap,
});