splash_screenSplashScreen constructorOn this pageSplashScreen constructorconst SplashScreen({required Key key, int mainScreenIndex = 0})Implementationconst SplashScreen({required Key key, this.mainScreenIndex = 0}) : super(key: key);