draggable_scrollbar library

Classes

ArrowClipper
This cut 2 lines in arrow shape
ArrowCustomPainter
Draws 2 triangles like arrow up and arrow down
DraggableScrollbar
A widget that will display a BoxScrollView with a ScrollThumb that can be dragged for quick navigation of the BoxScrollView.
ScrollLabel
SlideFadeTransition

Typedefs

LabelTextBuilder = Text Function(double offsetY)
Build a Text widget using the current scroll offset
ScrollThumbBuilder = Widget Function(Color backgroundColor, Animation<double> thumbAnimation, Animation<double> labelAnimation, double height, {BoxConstraints? labelConstraints, Text? labelText})
Build the Scroll Thumb and label using the current configuration