onMouseDown property - Document class - dart:html library (original) (raw)

description

Stream<MouseEvent> getonMouseDown

Stream of mousedown events handled by this Document.

Implementation

Stream<MouseEvent> get onMouseDown => Element.mouseDownEvent.forTarget(this);