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

description

Stream<MouseEvent> getonMouseDown

override

Stream of mousedown events handled by this Window.

Implementation

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