NicePolarChart constructor
Implementation
const NicePolarChart({
super.key,
required this.categories,
required this.series,
this.maxValue,
this.rings = 4,
this.showLegend = true,
this.size = 250,
});
const NicePolarChart({
super.key,
required this.categories,
required this.series,
this.maxValue,
this.rings = 4,
this.showLegend = true,
this.size = 250,
});