CheckBoxItem constructor
const
CheckBoxItem({})
Implementation
const CheckBoxItem({
super.key,
required this.isSelected,
required this.onChanged,
this.widget,
this.title,
this.type = CheckBoxItemType.box,
this.showBorder = true,
this.spaceContent = 4.44,
});