RadarSeries constructor
const
RadarSeries({})
Implementation
const RadarSeries({
required this.values,
this.fillColor,
this.fillGradient,
this.fillOpacity = 0.35,
this.strokeColor = const Color(0xFF607D8B),
this.strokeWidth = 2,
this.showPoints = true,
this.pointRadius = 3,
this.labelBgColor = Colors.white,
this.legend,
}) : assert(fillOpacity >= 0 && fillOpacity <= 1);