Answers for "change the color of appbar in flutter"

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 "change the color of appbar in flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language