flutter 取消顶部导航栏的阴影和背景色,同时设置标题居中

yufei       3 年, 5 月 前       2072

flutter 取消顶部导航栏的阴影和背景色,只要设置 AppBar 相关属性即可

AppBar(
    elevation: 0,
    centerTitle: true,
    backgroundColor: Colors.transparent,
    title: Text(widget.title)
)

elevation: 0 用于取消阴影

centerTitle: true 用于设置标题居中

backgroundColor: Colors.transparent 用于设置背景透明

目前尚无回复
简单教程 = 简单教程,简单编程
简单教程 是一个关于技术和学习的地方
现在注册
已注册用户请 登入
关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.