我用了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("不需要底部导航栏"));
}
解锁Flutter开发新姿势,,系统掌握Flutter开发核心技术。
了解课程