menu
flutty_state package
documentation
config/flutty_notifier.dart
FluttyNotifier<T>
update method
update method
dark_mode
light_mode
update
method
void
update
(
T
newValue
)
Updates the state value.
Implementation
void update(T newValue) { value = newValue; }
flutty_state package
documentation
config/flutty_notifier
FluttyNotifier<T>
update method
FluttyNotifier class