onTouchStart property - Document class - dart:html library (original) (raw)
Stream<TouchEvent> getonTouchStart
Stream of touchstart
events handled by this Document.
Implementation
Stream<TouchEvent> get onTouchStart =>
Element.touchStartEvent.forTarget(this);