context property

BuildContext? context

The context that was supplied to attach.

This is typically the context for the widget that is being focused, as it is used to determine the bounds of the widget.

Implementation

BuildContext? get context => _context;