So ändern Sie die Farbe des Rückknopfs in App -Balkenflattern
appBar: AppBar(
iconTheme: IconThemeData(
color: Colors.black, //change your color here
),
title: Text("Sample"),
centerTitle: true,
),
ZELDORE