context property

BuildContext get context

The BuildContext of the widget that owns this hook.

Implementation

BuildContext get context => _context;