menu
liquid_glass_widgets package
documentation
widgets/interactive/glass_switch.dart
GlassSwitch
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
>
onChanged
final
Called when the user toggles the switch.
Implementation
final ValueChanged<bool> onChanged;
liquid_glass_widgets package
documentation
widgets/interactive/glass_switch
GlassSwitch
onChanged property
GlassSwitch class