onScrollViewScrolled property Null safety
final
Called when a scroll view is scrolled.
The scroll view may be scrolled multiple times in a row until the drag target no longer triggers the auto scroll. This callback will be called in between each scroll.
Implementation
final VoidCallback? onScrollViewScrolled;