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