老师自定义appBar那里Center这个控件,不能垂直居中吗
来源:8-5 自定义AppBar实现滚动渐变【另起炉灶】

慕仰0055564
2019-05-06
老师自定义appBar那里Center这个控件,不能垂直居中吗
写回答
1回答
-
可以的,你将Center可以实现垂直居中的:
Opacity( opacity: appBarAlpha, child: Container( height: 80, decoration: BoxDecoration(color: Colors.white), child: Center( child: Text('首页'), ), ), )
012019-05-15
相似问题