context property
BuildContext
get
context
Use caution when accessing the BuildContext, since any update from an InheritedWidget will trigger a repaint unconditionally.
Implementation
BuildContext get context => _element;