Answers for "flutter appbar theme background color"

1

flutter appbar foregroundcolor

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

Code answers related to "flutter appbar theme background color"

Code answers related to "Dart"

Browse Popular Code Answers by Language