gpt4 book ai didi

flutter - 没有文本的 BottomNavigationBar

转载 作者:IT王子 更新时间:2023-10-29 06:54:14 25 4
gpt4 key购买 nike

是的,我的问题是这个。我该怎么做?

enter image description here

我做了一个 BottomNavigationBar,但它看起来像这样。

enter image description here

我的代码是这样的:

bottomNavigationBar: BottomNavigationBar(
items: <BottomNavigationBarItem>[
BottomNavigationBarItem(
icon: Icon(Icons.home),
title: Text("Home"),
),
BottomNavigationBarItem(
icon: Icon(Icons.markunread),
title: Text("Chat"),
),
BottomNavigationBarItem(
icon: Icon(Icons.location_on),
title: Text("Your Country"),
),
],
fixedColor: Colors.blue,
onTap: clickedBottomBtn,
),

最佳答案

showSelectedLabelsshowUnselectedLabels 设置为 `false:

      bottomNavigationBar: BottomNavigationBar(
currentIndex: 0,
type: BottomNavigationBarType.fixed,
items: // ...
showSelectedLabels: false,
showUnselectedLabels: false,
),

关于flutter - 没有文本的 BottomNavigationBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53941837/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com