NicePieChart constructor
Implementation
const NicePieChart({
super.key,
required this.data,
this.width = 300,
this.height = 300,
this.innerRadius = 0,
this.title,
this.showLegend = true,
this.showLabels = true,
});
const NicePieChart({
super.key,
required this.data,
this.width = 300,
this.height = 300,
this.innerRadius = 0,
this.title,
this.showLegend = true,
this.showLabels = true,
});