context property

BuildContext? get context

Retrieve the 'lastest' context

Implementation

BuildContext? get context => appState?.lastContext;