target property

EventDispatcher? target

The event target.

This property contains the target node. For example, if a user clicks an OK button, the target node is the display list node containing that button.

Implementation

EventDispatcher? get target => _target;