context property

BuildContext? get context

Retrieve the 'latest' context

Implementation

BuildContext? get context => appState?.lastContext;