menu
modular_ui package
documentation
modular_ui.dart
MUISwitch
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
>
?
onChanged
final
Called when the value of the checkbox should change.
Implementation
final ValueChanged<bool>? onChanged;
modular_ui package
documentation
modular_ui
MUISwitch
onChanged property
MUISwitch class