states property

Set<StateX<StatefulWidget>> get states

The Set of State objects.

Implementation

Set<StateX> get states => _stateXSet;