context property
BuildContext?
get
context
The BuildContext for the App's View.
Implementation
static BuildContext? get context => _appState?.lastContext;
The BuildContext for the App's View.
static BuildContext? get context => _appState?.lastContext;