Changing the primary color

The apps primary default color is blue. If you wish to change this to suit your brand, edit the main.dart file located in the lib directory. Scroll down till you see the theme configuration like below:

 theme: ThemeData(
            primarySwatch: Colors.blue,
          ),

Change the primarySwatch value from Colors.blue to another supported color.

2024 © Intermatics Software Services.