menu
kat_common package
documentation
widgets/controls/kat_check_box.dart
KatCheckBox
KatCheckBox.new const constructor
KatCheckBox.new const constructor
dark_mode
light_mode
KatCheckBox
constructor
const
KatCheckBox
(
{
Key
?
key
,
ValueChanged
<
bool
?
>
?
onChanged
,
bool
?
value
,
String
?
label
,
double
?
width
,
})
Implementation
const KatCheckBox({ super.key, this.onChanged, this.value, this.label, this.width, });
kat_common package
documentation
widgets/controls/kat_check_box
KatCheckBox
KatCheckBox.new const constructor
KatCheckBox class