LottieSplash constructor
const
LottieSplash({
- Key? key,
- required Source source,
- LottieConfig lottieConfig = const LottieConfig(),
- OnSplashDuration? onSplashDuration,
- Color? backGroundColor,
Implementation
const LottieSplash({
super.key,
required this.source,
this.lottieConfig = const LottieConfig(),
this.onSplashDuration,
this.backGroundColor,
});