📅  最后修改于: 2022-03-11 14:48:06.982000             🧑  作者: Mango
//Solution 1
appBar: boolTrue ? AppBar(...) : PreferredSize(preferredSize: Size(0.0, 0.0),child: Container(),)
//Solution 2
appBar: boolTrue ? AppBar(...) : null