Problem: I am using a bottomAppBar to host 4 tabs with ListViews in them. However, the scroll position resets each time I navigate back and forth. I need it to save the user' scroll position.
I know you can use a PageStorageKey inside a TabBarView, but I am wondering if there is an equivalent method for bottomAppBar.
Code I'm using: https://medium.com/coding-with-flutter/flutter-bottomappbar-navigation-with-fab-8b962bb55013
Thanks!