NiceCheckbox constructor
Implementation
const NiceCheckbox({
super.key,
required this.value,
this.label,
this.enabled = true,
this.tristate = false,
this.onChanged,
});
const NiceCheckbox({
super.key,
required this.value,
this.label,
this.enabled = true,
this.tristate = false,
this.onChanged,
});