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

description

Stream<TouchEvent> getonTouchMove

Stream of touchmove events handled by this Document.

Implementation

Stream<TouchEvent> get onTouchMove => Element.touchMoveEvent.forTarget(this);