targetTouches property

List<Touch> targetTouches

All the Touch objects that are both currently in contact with the touch surface and were also started on the same element that is the target of this event.

See developer.mozilla.org/en-US/docs/Web/API/TouchEvent/targetTouches

Implementation

external List<Touch> get targetTouches;