StateController<T> constructor
StateController<T> (
- T _state
Initialize the state of StateController.
Implementation
StateController(super._state);
Initialize the state of StateController.
StateController(super._state);