Stream<MouseEvent> onMouseDown
@DocsEditable(), @DomName('Window.onmousedown')

Stream of mousedown events handled by this Window.

Source

@DomName('Window.onmousedown')
@DocsEditable()
Stream<MouseEvent> get onMouseDown => Element.mouseDownEvent.forTarget(this);