state property
Reads the current state of the state management instance.
The state is read again from the state management instance with each call.
Implementation
@override
get state => _state();
Reads the current state of the state management instance.
The state is read again from the state management instance with each call.
@override
get state => _state();