startState property

StateX<StatefulWidget>? startState
inherited

Return the first State object

Implementation

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