9
appBarの戻るボタンの色を変更する方法
appBarの自動戻るボタンを別の色に変更する方法がわかりません。それは足場の下にあり、私はそれを研究しようとしましたが、頭を包むことができません。 return Scaffold( appBar: AppBar( backgroundColor: Colors.white, title: Image.asset( 'images/.jpg', fit: BoxFit.fill, ), centerTitle: true, ),
115
flutter