AssetLottie constructor
AssetLottie(
- String assetName, {
- AssetBundle? bundle,
- String? package,
- LottieImageProviderFactory? imageProviderFactory,
- LottieDecoder? decoder,
- bool? backgroundLoading,
Implementation
AssetLottie(
this.assetName, {
this.bundle,
this.package,
super.imageProviderFactory,
super.decoder,
super.backgroundLoading,
});