AssetLottie constructor

AssetLottie(
  1. String assetName, {
  2. AssetBundle? bundle,
  3. String? package,
  4. LottieImageProviderFactory? imageProviderFactory,
})

Implementation

AssetLottie(
  this.assetName, {
  this.bundle,
  this.package,
  LottieImageProviderFactory? imageProviderFactory,
}) : super(imageProviderFactory: imageProviderFactory);