ToksozC
0
Q:

change color icon tabbar flutter

Icon(
  Icons.widgets,
  color: Colors.blue.shade400,
)
0
   appBar: AppBar(
      title: const Text('Example'),
      backgroundColor: Colors.black,
    ),
0
appBar: AppBar(
        brightness: Brightness.dark,
        iconTheme: IconThemeData(color: Colors.white),
        title: Text("Title TabBar"),
)
0

New to Communities?

Join the community