fluttercommunity / flutter-draggable-scrollbar

Draggable Scrollbar - A scrollbar that can be dragged for quickly navigation through a vertical list. Additional option is showing label next to scrollthumb with information about current item. Maintainer: @marica27
https://pub.dev/packages/draggable_scrollbar
MIT License
442 stars 77 forks source link

Detect if scroll thumb is being dragged by user or not #47

Open a-v-ebrahimi opened 3 years ago

a-v-ebrahimi commented 3 years ago

To improve performance in a large list ( 7k items), I need to know if the thumb is being dragged by the user or it is released. How can I check that? Thanks