onScroll property
Stream of scroll
events handled by this Document.
Implementation
Stream<Event> get onScroll => Element.scrollEvent.forTarget(this);
Stream of scroll
events handled by this Document.
Stream<Event> get onScroll => Element.scrollEvent.forTarget(this);