AppShell Overview
menu
flutter_settings
flutter_settings.dart
Control
change method
change
dark_mode
light_mode
change
method
void
change
(
dynamic
value
)
Implementation
void change(value) { onChange?.call(value); notifyListeners(); }
flutter_settings
flutter_settings
Control
change method
Control class