mengganti warna background flutt
appBar: AppBar( leading: IconButton( icon: Icon( Icons.arrow_back ), onPressed: () { Navigator.of(context).pop(); } ), iconTheme: IconThemeData( color: Colors.red, //change your color here ), backgroundColor: Colors.blue, title: Text("Appbar", style: TextStyle(color: Colors.white),),),