onMouseDown 属性
重写
由该 Window 处理的 mousedown
事件的流。
实现
Stream<MouseEvent> get onMouseDown => Element.mouseDownEvent.forTarget(this);
由该 Window 处理的 mousedown
事件的流。
Stream<MouseEvent> get onMouseDown => Element.mouseDownEvent.forTarget(this);