在我的应用栏中,我将背景颜色提供为 Colors.white,但状态栏颜色仍然是灰色,而它正在正确选择其他颜色。
我不想更改整个应用程序的状态栏颜色,所以我没有使用:
appBar: PreferredSize(
preferredSize: Size.fromHeight(0),
child: AppBar(
backgroundColor: Colors.white,
elevation: 0,
brightness: Brightness.light,
),
),
我的代码:
<td>