SVGAAnimationController constructor
SVGAAnimationController({
- required TickerProvider vsync,
Implementation
SVGAAnimationController({
required TickerProvider vsync,
}) : super(vsync: vsync, duration: Duration.zero);