onClick 属性

Stream<MouseEvent> onClick
重写

由这个 Window 处理的 click 事件流。

实现

Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);