ScrollThumbBuilder typedef

ScrollThumbBuilder = Widget Function(Color backgroundColor, Animation<double> thumbAnimation, Animation<double> labelAnimation, double height, {BoxConstraints? labelConstraints, Widget? labelText})

Build the Scroll Thumb and label using the current configuration

Implementation

typedef ScrollThumbBuilder = Widget Function(
    Color backgroundColor,
    Animation<double> thumbAnimation,
    Animation<double> labelAnimation,
    double height,
    {Widget? labelText,
    BoxConstraints? labelConstraints});