页面缓存需要在 根节点 是 PageView 或者 是 TabBarView
class _TabGoodsDetailState extends State<TabGoodsDetail> with AutomaticKeepAliveClientMixin {
@override
bool get wantKeepAlive => true; //是否开始缓存
}
页面缓存需要在 根节点 是 PageView 或者 是 TabBarView
class _TabGoodsDetailState extends State<TabGoodsDetail> with AutomaticKeepAliveClientMixin {
@override
bool get wantKeepAlive => true; //是否开始缓存
}