onScroll 属性

Stream<Event> onScroll

由这个 Document 处理的 scroll 事件流。

实现

Stream<Event> get onScroll => Element.scrollEvent.forTarget(this);