RadarChartPainter constructor

RadarChartPainter(
  1. List<int> ticks,
  2. bool reverseAxis,
  3. TextStyle ticksTextStyle,
  4. TextStyle featuresTextStyle,
  5. Color outlineColor,
  6. Color axisColor,
  7. int sides,
  8. List<Series<LineSeries, String>> seriesList,
  9. double fraction,
  10. List<int> ignores,
  11. int? hlLine,
  12. String primaryUnit, {
  13. bool showLegend = true,
})

Implementation

RadarChartPainter(
    this.ticks,
    this.reverseAxis,
    this.ticksTextStyle,
    this.featuresTextStyle,
    this.outlineColor,
    this.axisColor,
    this.sides,
    this.seriesList,
    this.fraction,
    this.ignores,
    this.hlLine,
    this.primaryUnit,
    {this.showLegend = true});