context property

BuildContext? context

The BuildContext for the App's View.

Implementation

static BuildContext? get context => _appState?.lastContext;