menu
meedu package
documentation
notifiers/state_notifier.dart
StateNotifier<S>
initialState property
initialState property
dark_mode
light_mode
initialState
property
S
get
initialState
Returns the initial state value.
Implementation
S get initialState => _initialState;
meedu package
documentation
notifiers/state_notifier
StateNotifier<S>
initialState property
StateNotifier class