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

description

Stream<TouchEvent> getonTouchMove

override

Stream of touchmove events handled by this Window.

Implementation

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