onScroll property - Document class - dart:html library (original) (raw)
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);