state property

  1. @override
S get state
override

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();