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