context property
BuildContext?
get
context
give access to currentContext
Implementation
BuildContext? get context => key.currentContext;
give access to currentContext
BuildContext? get context => key.currentContext;