Answers for "flutter tab bar font color"

0

change color icon tabbar flutter

appBar: AppBar(
        brightness: Brightness.dark,
        iconTheme: IconThemeData(color: Colors.white),
        title: Text("Title TabBar"),
)
Posted by: Guest on June-02-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language