onScroll property

void Function(double scrollTop, double scrollHeight, double clientHeight)? onScroll
getter/setter pair

Optional callback for server-side pagination / scroll position tracking. Called on every scroll event (throttled to 100ms).

Implementation

void Function(double scrollTop, double scrollHeight, double clientHeight)? onScroll;