Answers for "flutter navigation back button color"

3

how to change the color of the back button in app bar flutter

appBar: AppBar(
  iconTheme: IconThemeData(
    color: Colors.black, //change your color here
  ),
  title: Text("Sample"),
  centerTitle: true,
),
Posted by: Guest on July-17-2020

Code answers related to "flutter navigation back button color"

Browse Popular Code Answers by Language