OnScrollChange typedef

OnScrollChange = void Function(double)

Callback for scroll position

Implementation

typedef OnScrollChange = void Function(double);