context property
BuildContext?
get
context
Retrieve the 'latest' context
Implementation
BuildContext? get context => appState?.lastContext;
Retrieve the 'latest' context
BuildContext? get context => appState?.lastContext;