更改BottomNavigationBar的BackGround颜色?

时间:2020-08-07 11:09:41

标签: flutter dart flutter-layout bottomnavigationview

我正在使用Flutter的嵌套导航器插件https://pub.dev/packages/nested_navigators

我相信我应该能够使用BottomNavigationBar作为参数来更改backgroundColor的背景颜色;

buildBottomNavigationItem: (key, item, selected) =>
          BottomNavigationBarItem(
            icon: Icon(
              item.icon,
              color: Colors.blue,
            ),
            title: Text(
              item.text,
              style: TextStyle(fontSize: 14),
            ),
          ),
     bottomNavigationBarTheme: Theme.of(context).copyWith(
       splashColor: Colors.blue[200],
       primaryColor: Colors.green[300],
       backgroundColor: Colors.orange,
      ),

但是可惜,BottomNavigationBar顽固地拒绝使用白色以外的任何东西。知道出了什么问题吗?

1 个答案:

答案 0 :(得分:0)

解决方案是将buildBottomNavigationItem替换为

- namespaceSelector
    matchLabels
      preferedNS: someNS
- podSelector:
    matchLabels:
      run: "nginx2"