onScroll property

  1. @override
Stream<ScrollHostEvent>? get onScroll

The stream of ScrollHostEvents from nativeOnScroll after they have been handled, i.e. the content of the ScrollHost has been scrolled.

Implementation

@override
Stream<ScrollHostEvent>? get onScroll => scrollHost.onScroll;