相关疑难解决方法(0)

如何更改appBar后退按钮的颜色

我无法弄清楚如何将appBar的自动后退按钮更改为其他颜色.它在脚手架下,我试图研究它,但我无法绕过它.

return Scaffold(
      appBar: AppBar(
        backgroundColor: Colors.white,
        title: Image.asset(
          'images/.jpg',
          fit: BoxFit.fill,
        ),
        centerTitle: true,
      ),
Run Code Online (Sandbox Code Playgroud)

flutter

32
推荐指数
9
解决办法
2万
查看次数

标签 统计

flutter ×1