LottieSplash constructor

const LottieSplash({
  1. Key? key,
  2. required Source source,
  3. LottieConfig lottieConfig = const LottieConfig(),
  4. OnSplashDuration? onSplashDuration,
  5. Color? backGroundColor,
})

Implementation

const LottieSplash({
  super.key,
  required this.source,
  this.lottieConfig = const LottieConfig(),
  this.onSplashDuration,
  this.backGroundColor,
});