OudsCheckboxItem constructor
const
OudsCheckboxItem({ - Key? key,
- required bool? value,
- required ValueChanged<bool?>? onChanged,
- required String title,
- String? helperTitle,
- String? icon,
- bool reversed = false,
- bool readOnly = false,
- bool isError = false,
- bool enabled = true,
- bool divider = false,
- bool tristate = false,
})
Implementation
const OudsCheckboxItem({
super.key,
required this.value,
required this.onChanged,
required this.title,
this.helperTitle,
this.icon,
this.reversed = false,
this.readOnly = false,
this.isError = false,
this.enabled = true,
this.divider = false,
this.tristate = false,
});