ScrollChangedListener typedef
ScrollChangedListener =
void Function(dynamic horizontal, dynamic vertical)
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);