state property

  1. @override
GenericState<T> get state
inherited

The current state.

Implementation

@override
State get state => _state;