Dart
dart:html
GlobalEventHandlers
onMouseDown property
description
onMouseDown property
Stream
<
MouseEvent
>
onMouseDown
Implementation
Stream<MouseEvent>
get
onMouseDown => mouseDownEvent.forTarget(
this
);