問題タブ [android-bottomappbar]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
listview - フラッター:bottomAppBarリストビューのスクロール位置
問題: BottomAppBar を使用して、ListView を含む 4 つのタブをホストしています。ただし、前後に移動するたびにスクロール位置がリセットされます。ユーザーのスクロール位置を保存するために必要です。
TabBarView 内で PageStorageKey を使用できることは知っていますが、bottomAppBar に同等のメソッドがあるかどうか疑問に思っています。
私が使用しているコード: https://medium.com/coding-with-flutter/flutter-bottomappbar-navigation-with-fab-8b962bb55013
ありがとう!