targetContext property
BuildContext
get
targetContext
The BuildContext of the Widget in the tree that fired this event.
Implementation
BuildContext get targetContext => _targetNode.context;
The BuildContext of the Widget in the tree that fired this event.
BuildContext get targetContext => _targetNode.context;