Dart
dart:html
GlobalEventHandlers
onTouchStart property
description
onTouchStart property
Stream
<
TouchEvent
>
onTouchStart
Implementation
Stream<TouchEvent>
get
onTouchStart => touchStartEvent.forTarget(
this
);