LottieOptions constructor

LottieOptions({
  1. bool enableMergePaths = false,
  2. bool enableApplyingOpacityToLayers = false,
})

Implementation

LottieOptions({
  this.enableMergePaths = false,
  this.enableApplyingOpacityToLayers = false,
});