menu
maac_mvvm_with_riverpod package
documentation
maac_mvvm_with_riverpod.dart
StateNotifier<T>
StateNotifier.new constructor
StateNotifier.new constructor
dark_mode
light_mode
StateNotifier<
T
>
constructor
StateNotifier<
T
>
(
T
_state
)
Initialize
state
.
Implementation
StateNotifier(this._state);
maac_mvvm_with_riverpod package
documentation
maac_mvvm_with_riverpod
StateNotifier<T>
StateNotifier.new constructor
StateNotifier class