nativeOnScroll property

  1. @override
Stream<ScrollHostEvent> get nativeOnScroll

The stream of ScrollHostEvents before they have been handled to scroll the content of the ScrollHost.

Implementation

@override
Stream<ScrollHostEvent> get nativeOnScroll => scrollHost.nativeOnScroll;