LottieProvider constructor
LottieProvider({
- LottieImageProviderFactory? imageProviderFactory,
- LottieDecoder? decoder,
- bool? backgroundLoading,
Implementation
LottieProvider({
this.imageProviderFactory,
this.decoder,
bool? backgroundLoading,
}) : backgroundLoading = backgroundLoading ?? false;