TUICheckBox constructor
const
TUICheckBox({
- Key? key,
- TUICheckBoxState state = TUICheckBoxState.unchecked,
- bool? enableMixedState,
- dynamic onChanged()?,
Implementation
const TUICheckBox({
super.key,
this.state = TUICheckBoxState.unchecked,
this.enableMixedState,
this.onChanged,
});