menu
flutter_androssy package
documentation
core/notifier.dart
AndrossyNotifier<T>
update method
update method
dark_mode
light_mode
update
method
void
update
(
T
value
)
Implementation
void update(T value) { this.value = value; notifyListeners(); }
flutter_androssy package
documentation
core/notifier
AndrossyNotifier<T>
update method
AndrossyNotifier class