endState property

State<StatefulWidget>? get endState
inherited

Return the 'latest' State object

Implementation

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