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