onScroll property

Stream<Event> onScroll

Stream of scroll events handled by this Document.

Implementation

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