SplashScreenTemplate constructor
const
SplashScreenTemplate({})
Implementation
const SplashScreenTemplate({
this.duration = 4,
this.backgroundColor,
this.gradient,
this.crossAxisAlignment = CrossAxisAlignment.center,
required this.onDoneTimer,
required this.children,
});