ScrollChangedListener typedef

ScrollChangedListener = void Function(dynamic action, dynamic annotations)

A listener used as the argument for startScrollChangedListener.

Gets the current horizontal scroll position and the vertical scroll position.

Implementation

typedef void ScrollChangedListener(dynamic horizontal, dynamic vertical);