onScroll property

(dynamic Function(double maxScroll, double currentScroll)?) onScroll
final

The callback when user scrolls. It returns maxScroll and currentScroll as parameters.

Implementation

final Function(double maxScroll, double currentScroll)? onScroll;