targetContext property

BuildContext targetContext

The BuildContext of the Widget in the tree that fired this event.

Implementation

BuildContext get targetContext => _targetNode.context;