menu
flutter_waya package
documentation
components/switch.dart
SwitchStateChanged typedef
SwitchStateChanged typedef
dark_mode
light_mode
SwitchStateChanged
typedef
SwitchStateChanged
=
Future
<
bool
>
Function
(
bool
value
)
Implementation
typedef SwitchStateChanged = Future<bool> Function(bool value);
flutter_waya package
documentation
components/switch
SwitchStateChanged typedef
switch library