menu
flutty_state package
documentation
notifier/flutty_notifier.dart
FluttyNotifier<T>
update method
update method
dark_mode
light_mode
update
method
void
update
(
T
value
)
Implementation
void update(T value) => this.value = value;
flutty_state package
documentation
notifier/flutty_notifier
FluttyNotifier<T>
update method
FluttyNotifier class