NicePolarSeries constructor
Implementation
const NicePolarSeries({
required this.name,
required this.values,
this.color,
this.fillOpacity = 0.15,
this.strokeWidth = 2,
});
const NicePolarSeries({
required this.name,
required this.values,
this.color,
this.fillOpacity = 0.15,
this.strokeWidth = 2,
});