onTouchStart property - Document class - dart:html library (original) (raw)

description

Stream<TouchEvent> getonTouchStart

Stream of touchstart events handled by this Document.

Implementation

Stream<TouchEvent> get onTouchStart =>
    Element.touchStartEvent.forTarget(this);