AnimatedChartState constructor

AnimatedChartState({
  1. required TickerProvider vsync,
})

Implementation

AnimatedChartState({
  required this.vsync,
});