I\'m using CustomScrollView, and providing it with a controller. ScrollController works, I even added a listener to it and print out the position of the scroll view.
Check if the scrollController is attached to a scroll view by using its hasClients property first.
if (_scrollController.hasClients) _scrollController.jumpTo(50.0);