initialState property
@required
If an implementing class overrides this getter, the controller will be initialized with the returned object as the initial state.
Implementation
@required
S get initialState;
If an implementing class overrides this getter, the controller will be initialized with the returned object as the initial state.
@required
S get initialState;