changedTouches property

List<Touch> changedTouches

All the Touch objects representing individual points of contact whose states changed between the previous touch event and this one.

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

Implementation

external List<Touch> get changedTouches;