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