📜  flutter appbar 仍然是灰色的 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:08.503000             🧑  作者: Mango

代码示例1
change elevation to 0
AppBar(
    title: Text('HELLO WOLRD'),
    elevation: 0,
    color: Colors.transparent
)