请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

请问如何隐藏底部导航栏?

我用了Scaffold ,appBar设为null是有效的。但是 bottomNavigationBar 设为null,底部导航栏依然存在。

Widget build(BuildContext context) {
    return Scaffold(
        appBar: AppBar(
          backgroundColor: const Color(0XFF007EB4),
          leading: const CircleAvatar(
            radius: 20,
            backgroundImage: NetworkImage(
                "https://xxxx.oss-cn-beijing.aliyuncs.com/official_site/WechatIMG1331.jpeg"),
          ),
          title: Text(
            title,
          ),
        ),
        bottomNavigationBar: null,
        body: const Text("不需要底部导航栏"));
  }

正在回答 回答被采纳积分+3

1回答

CrazyCodeBoy 2022-04-11 09:47:20

检查下上级页面是否有设置过bottomNavigationBar呢

0 回复 有任何疑惑可以回复我~
  • 提问者 非同凡想之人 #1
    没有设置过,是不是和 Navigator 的设置有关?
    回复 有任何疑惑可以回复我~ 2022-04-11 17:42:30
  • 你Navigator是怎么设置的呢
    回复 有任何疑惑可以回复我~ 2022-04-12 09:45:38
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信