VideoSplash constructor
const
VideoSplash({
- Key? key,
- required Source source,
- VideoConfig? videoConfig,
- OnSplashDuration? onSplashDuration,
- Color? backGroundColor,
Implementation
const VideoSplash({
super.key,
required this.source,
this.videoConfig,
this.onSplashDuration,
this.backGroundColor,
});