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