flutter tab text color code example
Example: change color icon tabbar flutter
appBar: AppBar(
brightness: Brightness.dark,
iconTheme: IconThemeData(color: Colors.white),
title: Text("Title TabBar"),
)
appBar: AppBar(
brightness: Brightness.dark,
iconTheme: IconThemeData(color: Colors.white),
title: Text("Title TabBar"),
)