Cara Mengubah Warna Tombol Kembali di App Bar Flutter
appBar: AppBar(
iconTheme: IconThemeData(
color: Colors.black, //change your color here
),
title: Text("Sample"),
centerTitle: true,
),
ZELDORE