onScroll property - Document class - dart:html library
description
Stream of scroll events handled by this Document.
scroll
Stream<Event> get onScroll => Element.scrollEvent.forTarget(this);