SubZeroCheckbox constructor
const
SubZeroCheckbox({})
Implementation
const SubZeroCheckbox({
super.key,
required this.value,
required this.onChanged,
this.label,
this.tristate = false,
this.enabled = true,
this.size = SubZeroCheckboxSize.medium,
this.semanticLabel,
this.labelStyle,
this.activeColor,
this.checkColor,
this.borderColor,
});