Change App Theme Color
Go to the lib/config/constant.dart file and change the PRIMARY Color code The color code format will be as follows in the code 0xff (your code) i.e : 0xffXXXXXX. You can use any color and the changes will happen in the whole app.

Last updated