menu
messenger
ui/widget/checkbox_button.dart
RowCheckboxButton
RowCheckboxButton.new const constructor
RowCheckboxButton.new
dark_mode
light_mode
RowCheckboxButton
constructor
const
RowCheckboxButton
(
{
Key
?
key
,
bool
value
=
false
,
void
onPressed
(
bool
s
)?,
required
String
label
,
})
Implementation
const
RowCheckboxButton({
super
.key,
this
.value =
false
,
this
.onPressed,
required
this
.label, });
messenger
checkbox_button
RowCheckboxButton
RowCheckboxButton.new const constructor
RowCheckboxButton class