stateOf method

StateSet<StatefulWidget>? stateOf()

Retrieve a State object from a StatefulWidget of this type.

Implementation

StateSet? stateOf() => StateSet.stateIn(this);