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.
To set the initial position of a ScrollController, use the initialScrollOffset property:
ScrollController
initialScrollOffset
_scrollController = ScrollController(initialScrollOffset: 50.0);