diff --git a/lib/main.dart b/lib/main.dart index 5c5296e..5e3a1f8 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -22,9 +22,9 @@ class MyApp extends StatelessWidget { home: AnimatedSplashScreen( splash: 'assets/logo_transparent.webp', pageTransitionType: PageTransitionType.fade, - backgroundColor: Color(0xff1b1c1e), + backgroundColor: const Color(0xff1b1c1e), splashIconSize: 150, - nextScreen: Products(), + nextScreen: const Products(), ), debugShowCheckedModeBanner: false, );