onTouchMove 属性

Stream<TouchEvent> onTouchMove
重写

由该 Window 处理的 touchmove 事件流。

实现

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