lastContext property

BuildContext? lastContext
inherited

Returns the 'latest' context in the App.

Implementation

BuildContext? get lastContext => _rootStateMVC?._lastStateMVC()?.context;