TUICheckBoxRow constructor
const
TUICheckBoxRow({})
Implementation
const TUICheckBoxRow({
super.key,
this.enableMixedState = false,
this.state = TUICheckBoxRowState.unchecked,
required this.title,
this.description = "",
this.onChanged,
this.backgroundDark = false,
});