Stream of mousedown
events handled by this Element.
Source
@DomName('Element.onmousedown') @DocsEditable() ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this);
Stream of mousedown
events handled by this Element.
@DomName('Element.onmousedown') @DocsEditable() ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this);