onTouchMove property
override
Stream of touchmove
events handled by this Window.
Implementation
Stream<TouchEvent> get onTouchMove => Element.touchMoveEvent.forTarget(this);
Stream of touchmove
events handled by this Window.
Stream<TouchEvent> get onTouchMove => Element.touchMoveEvent.forTarget(this);