NetworkLottie constructor
NetworkLottie(
- String url, {
- Map<
String, String> ? headers, - LottieImageProviderFactory? imageProviderFactory,
Implementation
NetworkLottie(this.url, {this.headers, super.imageProviderFactory});