Reskinning

Change Your App Color Code

Go to project directory -> lib -> common -> styles.dart file Here you have to change the color code as you want for your app Change the primaryBlue constant color to your App Color.

const primaryBlue = Color.fromRGBO(17, 132, 232, 1.0);
Change your app color code
You can also choose the color for your app from the color picker

Last updated