appBar:
AppBar(
title: Text('我的空间'),
actions: [Text('add'),Text('del')],
),

appBar:
PreferredSize(
child:
AppBar(
title: Text('我的空间'),
actions: [Text('add'),Text('del')],
),
preferredSize: Size.fromHeight(0.01),
),

去掉appBar

网友评论