context property

BuildContext? get context

Retrieve the 'lastest' context

Implementation

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