LottieBuilderModel constructor

const LottieBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool? addRepaintBounary,
  3. Alignment? alignment,
  4. bool? animate,
  5. String? asset,
  6. BoxFit? fit,
  7. double? height,
  8. String? lottie,
  9. LottieOptions? options,
  10. String? package,
  11. bool? repeat,
  12. bool? reverse,
  13. String? url,
  14. double? width,
})

Implementation

const LottieBuilderModel(
  super.args, {
  this.addRepaintBounary,
  this.alignment,
  this.animate,
  this.asset,
  this.fit,
  this.height,
  this.lottie,
  this.options,
  this.package,
  this.repeat,
  this.reverse,
  this.url,
  this.width,
});