Flutterflutter remove appbar shadow flutter 移除导航栏阴影 查看AppBar的构造函数,有一个属性可以用来设置应用程序栏的高度和阴影投射。设置为0可以移除投影: @override Widget build(BuildContext context) { return new Scaffold( appBar: new AppBar……继续阅读 » 7个月前 (08-14) 111浏览 0评论 0个赞