state property

State state
inherited

Implementation

S get state => _state;
  1. @visibleForTesting
  2. @override
void state=(State newState)
override

Updates the State and notify to listeners and rebuild the widgets

state must be different of the current state

Implementation

@visibleForTesting
@override
set state(State newState) => super.state = newState;