onScroll 属性

ElementStream<Event> onScroll
重写

由该 Element 处理的 scroll 事件流。

实现

ElementStream<Event> get onScroll => scrollEvent.forElement(this);