xxxxxxxxxx
CircleAvatar(
radius: 30,
backgroundColor: Colors.greenAccent, //<-- SEE HERE
child: IconButton(
icon: Icon(
Icons.flight,
color: Colors.black,
),
onPressed: () {},
),
)
xxxxxxxxxx
iconTheme: IconThemeData(
color: Colors.black, // <= You can change your color here.
),