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

description

ElementStream<TouchEvent> getonTouchStart

override

Stream of touchstart events handled by this Element.

Implementation

ElementStream<TouchEvent> get onTouchStart =>
    touchStartEvent.forElement(this);