80943/how-to-change-the-background-color-of-appbar-in-flutter
Hi Guys,
I have created one flutter app. I want to change the background color of Appbar. How can I do that?
Hi@akhtar,
You can add backgroundColor keyword in your Material design. I have attached the below code for your reference.
MaterialApp( home: Scaffold( appBar: AppBar( backgroundColor: Colors.grey, title: Text('Welcome To my Page!!!'), ),),),
Its so simple.... If you want to ...READ MORE
Hi@akhtar, Flutter has its command own command to ...READ MORE
Hi@akhtar, In Flutter the Color class only accepts integers as parameters, or there ...READ MORE
Hi@akhtar, To change the label name in your Flutter ...READ MORE
You have to Add flutter sdk path ...READ MORE
Hi@akhtar, It is the project's configuration file that ...READ MORE
Hi@akhtar, You need to run this command from ...READ MORE
Hi@akhtar, Before launching emulators you should check if ...READ MORE
Hi@akhtar, If you want to change the name ...READ MORE
Hi@akhtar, In your TextField, you can call one ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.