context property
BuildContext
get
context
The BuildContext of the widget that owns this hook.
Implementation
BuildContext get context => _context;
The BuildContext of the widget that owns this hook.
BuildContext get context => _context;