lastContext property

BuildContext? lastContext
inherited

Returns the 'latest' context in the App.

Implementation

BuildContext? get lastContext => rootState?.lastState?.context;