SplashView constructor
const
SplashView({})
Implementation
const SplashView({
Key? key,
this.backgroundImageDecoration,
this.backgroundColor,
this.gradient,
this.logo,
this.title,
this.subtitle,
this.loadingIndicator,
this.bottomLoading = false,
this.duration = const Duration(seconds: 3),
this.done,
this.showStatusBar = false,
}) : super(key: key);