onTouchStart property
Stream of touchstart
events handled by this Document.
Implementation
Stream<TouchEvent> get onTouchStart =>
Element.touchStartEvent.forTarget(this);
Stream of touchstart
events handled by this Document.
Stream<TouchEvent> get onTouchStart =>
Element.touchStartEvent.forTarget(this);