SVGAAnimationController constructor

SVGAAnimationController({
  1. required TickerProvider vsync,
})

Implementation

SVGAAnimationController({
  required super.vsync,
}) : super(duration: Duration.zero);