onMouseDown property

Stream<void> get onMouseDown

Stream of mousedown events on the window. Returns an empty stream on non-web.

Implementation

static Stream<void> get onMouseDown => impl.onMouseDown();