Answers for "how to change text color in flutter of navigation bar"

3

flutter appbar text color

appBar: AppBar(
	title: Text('AppBar'),
    backgroundColor: Colors.white, // appbar color.
    foregroundColor: Colors.black, // appbar text color.
   ),
Posted by: Guest on August-20-2021

Code answers related to "how to change text color in flutter of navigation bar"

Code answers related to "Dart"

Browse Popular Code Answers by Language