StateNotifier<T> constructor
StateNotifier<T> (
- T _state
Creates a new state notifier with the given initial state.
Implementation
StateNotifier(this._state);
Creates a new state notifier with the given initial state.
StateNotifier(this._state);