menu
messenger
ui/widget/checkbox_button.dart
RowCheckboxButton
onPressed property
onPressed
dark_mode
light_mode
onPressed
property
void Function
(
bool
s
)
?
onPressed
final
Callback, called when this button is pressed.
Implementation
final void Function(bool s)? onPressed;
messenger
checkbox_button
RowCheckboxButton
onPressed property
RowCheckboxButton class