lastStateX property

  1. @Deprecated('Will be replaced by endState soon.')
StateX<StatefulWidget>? get lastStateX
inherited

Implementation

@Deprecated('Will be replaced by endState soon.')
StateX? get lastStateX => _nextStateX(reversed: true);