短视频平台源码,透明导航栏 AppBar
短视频平台源码,透明导航栏 AppBar实现的相关代码
appBar: AppBar(
title: Text('透明导航栏'),
backgroundColor: Colors.transparent, // 背景颜色设置为透明
shadowColor: Colors.transparent, // 阴影也要设置为透明
//elevation: 0,
),
以上就是短视频平台源码,透明导航栏 AppBar实现的相关代码, 更多内容欢迎关注之后的文章
短视频平台源码,透明导航栏 AppBar实现的相关代码
appBar: AppBar(
title: Text('透明导航栏'),
backgroundColor: Colors.transparent, // 背景颜色设置为透明
shadowColor: Colors.transparent, // 阴影也要设置为透明
//elevation: 0,
),
以上就是短视频平台源码,透明导航栏 AppBar实现的相关代码, 更多内容欢迎关注之后的文章