NetworkLottie constructor

NetworkLottie(
  1. String url, {
  2. Map<String, String>? headers,
  3. LottieImageProviderFactory? imageProviderFactory,
})

Implementation

NetworkLottie(this.url,
    {this.headers, LottieImageProviderFactory? imageProviderFactory})
    : super(imageProviderFactory: imageProviderFactory);