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
441 stars 77 forks source link

Is there anyway to set initialScrollOffset of ScrollController ? #20

Open SixSheeppp opened 5 years ago

SixSheeppp commented 5 years ago

The ScrollController is returned by the builder , is there anyway to set initialScrollOffset?

allComputableThings commented 4 years ago

Do you get this behavior if you supply f a ScrollController with the position already set?

SixSheeppp commented 4 years ago

Do you get this behavior if you supply f a ScrollController with the position already set? Yeah. I just copy the souce code. And rewrite the ScrollController.