NetworkLottie constructor

NetworkLottie(
  1. String url, {
  2. Client? client,
  3. Map<String, String>? headers,
  4. LottieImageProviderFactory? imageProviderFactory,
  5. LottieDecoder? decoder,
  6. bool? backgroundLoading,
})

Implementation

NetworkLottie(
  this.url, {
  this.client,
  this.headers,
  super.imageProviderFactory,
  super.decoder,
  super.backgroundLoading,
});