flutter-draggable-scrollbar
flutter-draggable-scrollbar copied to clipboard
Is their any way to drag infinit list using draggable-scrollbar?
When I drag an infinite list, the bar reaches the bottom but when new data is loaded bar remains at the end. Is there any way to change the scrollbar position after new data load?
guess calling something that will trigger a scroll notification will make it, like ScrollController.jumpTo to the same position