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