onMouseUp property
Stream<void>
get
onMouseUp
Stream of mouseup events on the window. Returns an empty stream on non-web.
Implementation
static Stream<void> get onMouseUp => impl.onMouseUp();
Stream of mouseup events on the window. Returns an empty stream on non-web.
static Stream<void> get onMouseUp => impl.onMouseUp();