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