Splash Screen Settings
Show / Hide splash screen
Set the following variable to true or false to either show or hide the splash screen
const bool hideHeader = false;
const bool hideFooter = false;
Change Color
- Open the file
pro_web / lib / colors.dart. - Edit the variable
splashBackgroundColorto your color value.
For example
const Color splashBackgroundColor = Color(0xFF204DA3);
Change Logo
Create a file with svg format with the name splash_logo.svg and add it to the assets folder inside root folder.