startState property

State<StatefulWidget>? get startState
inherited

Return the first State object

Implementation

// Bit of overkill, but some programmers don't appreciate Polymorphism.
State? get startState => _nextStateX();