SVGAImage constructor

const SVGAImage(
  1. SVGAAnimationController _controller, {
  2. Key? key,
  3. BoxFit fit = BoxFit.contain,
  4. FilterQuality filterQuality = FilterQuality.low,
  5. bool? allowDrawingOverflow,
  6. bool clearsAfterStop = true,
  7. Size? preferredSize,
})

Implementation

const SVGAImage(
  this._controller, {
  Key? key,
  this.fit = BoxFit.contain,
  this.filterQuality = FilterQuality.low,
  this.allowDrawingOverflow,
  this.clearsAfterStop = true,
  this.preferredSize,
}) : super(key: key);