appBar:
AppBar(
title: Text('我的空间'),
actions: [Text('add'),Text('del')],
),
![](https://img.haomeiwen.com/i3355903/bafd1ca96d183409.png)
appBar:
PreferredSize(
child:
AppBar(
title: Text('我的空间'),
actions: [Text('add'),Text('del')],
),
preferredSize: Size.fromHeight(0.01),
),
![](https://img.haomeiwen.com/i3355903/897a485041cfe17f.png)
去掉appBar
![](https://img.haomeiwen.com/i3355903/6670823f4c152b20.png)
网友评论