onScroll 属性

Stream<Event> onScroll
覆盖

由此 Window 处理的 scroll 事件流。

实现

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