SpiderChartValue constructor

SpiderChartValue(
  1. List<double> values, {
  2. Color? bgColor,
  3. Color? strokeColor,
  4. Gradient? gradient,
})

Implementation

SpiderChartValue(
  this.values, {
  this.bgColor,
  this.strokeColor,
  this.gradient,
});