lastContext property
Returns the 'latest' context in the App.
Implementation
BuildContext? get lastContext => _rootStateMVC?._lastStateMVC()?.context;
Returns the 'latest' context in the App.
BuildContext? get lastContext => _rootStateMVC?._lastStateMVC()?.context;