context property

BuildContext? context

give access to currentContext

Implementation

BuildContext? get context => key.currentContext;