onScroll property

(void Function(double offset)?) onScroll
final

Callback which fires when the wrapped scrollable's scroll offset changes

Implementation

final void Function(double offset)? onScroll;