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