dart 更改底部导航栏颜色抖动 您所在的位置:网站首页 底部导航指示条 dart 更改底部导航栏颜色抖动

dart 更改底部导航栏颜色抖动

2023-02-28 09:01| 来源: 网络整理| 查看: 265

我有一个flutter网站底部的导航栏,但是栏是白色的白色文本。我不知道如何修复它,使图标和文本可以看到。我试图设置背景色,但它一直无视我,并设置为白色。下面是该屏幕的代码:

bottomNavigationBar: BottomNavigationBar( type: BottomNavigationBarType.shifting, items: const [ BottomNavigationBarItem( icon: Icon(Icons.edit_note_sharp), label: 'txt1', ), BottomNavigationBarItem( icon: Icon(Icons.checklist_outlined), label: 'txt2', ), ], currentIndex: _selectedIndex, onTap: onItemTapped, backgroundColor: kPrimaryColor, mouseCursor: SystemMouseCursors.click, selectedFontSize: 20, selectedIconTheme: const IconThemeData(color: Colors.amberAccent, size: 40), selectedItemColor: Colors.amberAccent, selectedLabelStyle: const TextStyle(fontWeight: FontWeight.bold, color: Colors.black), unselectedIconTheme: const IconThemeData( color: kPrimaryLightColor, ), unselectedItemColor: Colors.blueGrey, ),


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有