startState property

  1. @Deprecated('Use firstState instead')
StateX<StatefulWidget>? get startState
inherited

Return the first State object

Implementation

@Deprecated('Use firstState instead')
StateX? get startState => _stateXSet.isEmpty ? null : _stateXSet.first;