context property
BuildContext
get
context
The BuildContext of the widget associated to this WidgetRef.
This is strictly identical to the BuildContext passed to ConsumerWidget.build.
Implementation
BuildContext get context;