onScroll属性

ElementStream<Event> onScroll
覆盖

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

实现

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