SplashMaster.video constructor
const
SplashMaster.video({
- Key? key,
- Widget? nextScreen,
- required Source source,
- VideoConfig? videoConfig,
- VoidCallback? onSourceLoaded,
- Color? backGroundColor,
Set video as splash screen
Implementation
const SplashMaster.video({
super.key,
this.nextScreen,
required this.source,
this.customNavigation,
this.videoConfig,
this.onSourceLoaded,
this.backGroundColor,
}) : splashMediaType = SplashMediaType.video,
lottieConfig = null;