context property

  1. @override
BuildContext context
override

The BuildContext of the widget associated to this WidgetRef.

This is strictly identical to the BuildContext passed to ConsumerWidget.build.

Implementation

@override
BuildContext get context => this;