ScrollThumbBuilder typedef

ScrollThumbBuilder = Widget Function(Color backgroundColor, Color drawColor, double height, int index, bool alwaysVisibleScrollThumb, Animation<double> thumbAnimation)

Implementation

typedef ScrollThumbBuilder = Widget Function(
    Color backgroundColor,
    Color drawColor,
    double height,
    int index,
    bool alwaysVisibleScrollThumb,
    Animation<double> thumbAnimation);