menu
flutter_meedu package
documentation
notifiers.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;
flutter_meedu package
documentation
notifiers
StateNotifier<S>
initialState property
StateNotifier class