ScrollListener typedef
        ScrollListener =
     void Function(double scrollOffset, AxisDirection axisDirection)
    
    
    
Implementation
typedef ScrollListener = void Function(double scrollOffset, AxisDirection axisDirection);typedef ScrollListener = void Function(double scrollOffset, AxisDirection axisDirection);