state property
Returns the current state.
This getter provides read-only access to the current state. To modify the state, use setState.
Implementation
@protected
S get state => _state;
Returns the current state.
This getter provides read-only access to the current state. To modify the state, use setState.
@protected
S get state => _state;