endState property

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

Return the 'latest' State object

Implementation

@Deprecated('Use lastState instead')
StateX? get endState => _stateXSet.isEmpty ? null : _stateXSet.last;