menu
flutter_waya package
documentation
components/switch.dart
SwitchState
value property
value property
dark_mode
light_mode
value
property
bool
value
final
Whether this switch is on or off.
This property must not be null.
Implementation
final bool value;
flutter_waya package
documentation
components/switch
SwitchState
value property
SwitchState class