SpiderChartPainter constructor

SpiderChartPainter(
  1. List<double> data,
  2. double maxNumber,
  3. List<Color> colors,
  4. List<String> labels,
  5. int decimalPrecision,
)

Implementation

SpiderChartPainter(this.data, this.maxNumber, this.colors, this.labels,
    this.decimalPrecision);