SVGAImage constructor
const
SVGAImage(
- SVGAAnimationController _controller, {
- Key? key,
- BoxFit fit = BoxFit.contain,
- FilterQuality filterQuality = FilterQuality.low,
- bool? allowDrawingOverflow,
- bool clearsAfterStop = true,
- 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);