onTouchStart property Null safety

Stream<TouchEvent> onTouchStart

Stream of touchstart events handled by this Document.

Implementation

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