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