NetworkLottie constructor
NetworkLottie(
- String url, {
- Client? client,
- Map<
String, String> ? headers, - LottieImageProviderFactory? imageProviderFactory,
- LottieDecoder? decoder,
- bool? backgroundLoading,
Implementation
NetworkLottie(
this.url, {
this.client,
this.headers,
super.imageProviderFactory,
super.decoder,
super.backgroundLoading,
});