SVGAAnimationController constructor

SVGAAnimationController({
  1. required TickerProvider vsync,
})

Implementation

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