LottieProvider constructor

LottieProvider({
  1. LottieImageProviderFactory? imageProviderFactory,
  2. LottieDecoder? decoder,
  3. bool? backgroundLoading,
})

Implementation

LottieProvider({
  this.imageProviderFactory,
  this.decoder,
  bool? backgroundLoading,
}) : backgroundLoading = backgroundLoading ?? false;