startState property

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

Return the first State object

Implementation

// Bit of overkill, but some programmers don't appreciate Polymorphism.
@Deprecated('Use firstState instead')
StateX? get startState => _nextStateX();