SplashScreen constructor
const
SplashScreen({})
Implementation
const SplashScreen({
super.key,
required this.baseColor,
required this.appTitle,
required this.nextScreen,
this.delayDuration = const Duration(seconds: 3),
});