lastContext property
BuildContext?
get
lastContext
Returns the 'latest' context in the App.
Implementation
BuildContext? get lastContext => RootStateMixin._rootStateX?.lastState?.context;
Returns the 'latest' context in the App.
BuildContext? get lastContext => RootStateMixin._rootStateX?.lastState?.context;