In Flutter, we are able to scroll to the highest after tapping the standing bar by passing the PrimaryScrollController
from the foundation Scaffold
to the ScrollView
. Nevertheless, my app has a backside navigation with 4 tabs, every containing a ScrollView. Once I faucet the standing bar, all 4 tabs scroll to the highest, however I solely need the presently chosen tab to scroll.
Following this thread, it looks as if there’s no official solution to do it
https://github.com/flutter/flutter/points/85603#issuecomment-876798161
Are there any workarounds or other ways to scroll solely the chosen tab to the highest after tapping the standing bar?