VideoSplash constructor

const VideoSplash({
  1. Key? key,
  2. required Source source,
  3. VideoConfig? videoConfig,
  4. OnSplashDuration? onSplashDuration,
  5. Color? backGroundColor,
})

Implementation

const VideoSplash({
  super.key,
  required this.source,
  this.videoConfig,
  this.onSplashDuration,
  this.backGroundColor,
});