firstState property

StateX<StatefulWidget>? get firstState
inherited

Return the first State object

Implementation

StateX? get firstState => _stateXSet.isEmpty ? null : _stateXSet.first;