onTouchMove property Null safety

Stream<TouchEvent> onTouchMove

Stream of touchmove events handled by this Document.

Implementation

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