flutterBottomNavigationBar切换页面保持状态不变

更新时间:2023-07-29 19:25:51 阅读: 评论:0

flutterBottomNavigationBar切换页⾯保持状态不变BottomNavigationBar+List<Widget>⽆法实现,BottomNavigationBar+PageView可以。写法如下:///BottomNavigationBar+PageView切换页⾯保持状态不变
class TabbarPage extends StatefulWidget {
const TabbarPage({Key? key}) : super(key: key);
@override
_TabbarPageState createState() => _TabbarPageState();
}
class _TabbarPageState extends State<TabbarPage> {
late int _currentIndex;
late List<Widget> _pages;
late PageController _controller;
List<BottomNavigationBarItem> getItems(){
return [
BottomNavigationBarItem(
icon: Image.ast(R.astsImgXingxing, width: 20, height: 20, color: ,),
activeIcon: Image.ast(R.astsImgXingxing, width: 20, height: 20, color: Colors.blue,),
label: 'tabbar1',
),
BottomNavigationBarItem(
icon: Image.ast(R.astsImgDun, width: 20, height: 20, color: ,),
辣椒的做法activeIcon: Image.ast(R.astsImgDun, width: 20, height: 20, color: Colors.blue,),
label: 'tabbar2',
)
,
BottomNavigationBarItem(
icon: Image.ast(R.astsImgTalk, width: 20, height: 20, color: ,),
activeIcon: Image.ast(R.astsImgTalk, width: 20, height: 20, color: Colors.blue,),
label: 'tabbar3',
),
中国初中生
牛黄解毒片副作用];
素饺子馅}
@override
void initState() {
// TODO: implement initState
鲢鱼的做法
super.initState();
_currentIndex = 0;
形容夏天的句子_pages = [
///widget
FultterStart1(),
FultterStart2(),
FultterStart3(),
];
拉米夫定片_controller = PageController(initialPage: 0);
}
@override
void dispo() {
// TODO: implement dispo
super.dispo();
_controller.dispo();
}
旅游资料void _onTap(int index){
_controller.jumpToPage(index);
}
void _onPageChange(int index){
if (index != _currentIndex) {
tState(() {
_currentIndex = index;
});
}

本文发布于:2023-07-29 19:25:51,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/1122956.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:做法   状态   保持   形容   资料
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图