ScrollEventCallback typedef

ScrollEventCallback = void Function(ScrollEvent event)

The type used to encapsulate events related to scrolling

Implementation

typedef void ScrollEventCallback(ScrollEvent event);