onClick 属性

Stream<MouseEvent> onClick

由该 Document 处理的 click 事件流。

实现

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