onTouchMove property - Element class - dart:html library (original) (raw)

description

ElementStream<TouchEvent> getonTouchMove

override

Stream of touchmove events handled by this Element.

Implementation

ElementStream<TouchEvent> get onTouchMove => touchMoveEvent.forElement(this);