SplashScreen constructor
const
SplashScreen({})
Implementation
const SplashScreen({
Key? key,
this.backgroundImageDecoration,
this.backgroundColor,
this.gradient,
this.logo,
this.title,
this.subtitle,
this.loadingIndicator,
this.bottomLoading =
false, // Default to false (loading indicator below content)
this.duration = const Duration(seconds: 3), // Default duration is 3 seconds
this.done,
this.showStatusBar = false, // Default to hide status bar
}) : super(key: key);