onScroll属性

ElementStream<Event> onScroll
重写

由这个Element处理的滚动事件流。

实现

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