MiuixCheckbox constructor
const
MiuixCheckbox({
- Key? key,
- required bool? value,
- ValueChanged<
bool?> ? onChanged, - bool enabled = true,
- MiuixCheckboxColors? colors,
Implementation
const MiuixCheckbox({
super.key,
required this.value,
this.onChanged,
this.enabled = true,
this.colors,
});