Last updated 3 years ago
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);