ChartLine constructor

ChartLine({
  1. required List<ChartLineSpot> chartLineSpots,
  2. required List<Color> lineColors,
  3. double? barWidth,
})

Implementation

ChartLine(
    {required this.chartLineSpots, required this.lineColors, this.barWidth});