menu
messenger
ui/page/home/page/my_profile/widget/switch_field.dart
SwitchField
onChanged property
onChanged
dark_mode
light_mode
onChanged
property
void Function
(
bool
)
?
onChanged
final
Callback, called when the user toggles the switch.
Implementation
final void Function(bool)? onChanged;
messenger
switch_field
SwitchField
onChanged property
SwitchField class