onMouseDown property
Stream<MouseEvent>
get
onMouseDown
Stream of mousedown events handled by this Window.
Implementation
Stream<MouseEvent> get onMouseDown => Element.mouseDownEvent.forTarget(this);
Stream of mousedown events handled by this Window.
Stream<MouseEvent> get onMouseDown => Element.mouseDownEvent.forTarget(this);