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.
Source
EventDispatcher get target => _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.
EventDispatcher get target => _target;