lastState property

StateX<StatefulWidget>? get lastState
inherited

Return the 'latest' State object

Implementation

StateX? get lastState => _stateXSet.isEmpty ? null : _stateXSet.last;