Flutter - ListView inside on a TabBarView loses its scroll position

前端 未结 7 1532
误落风尘
误落风尘 2021-01-30 11:07

I have a very simple Flutter app with a TabBarView with two views (Tab 1 and Tab 2), one of them (Tab 1) has

7条回答
  •  借酒劲吻你
    2021-01-30 11:16

    If you give each TabBarView a PageStorageKey the scroll offset will be saved. See more info about PageStorageKey here.

提交回复
热议问题