PlexPieChart constructor
const
PlexPieChart({})
Implementation
const PlexPieChart({
super.key,
this.title,
required this.data,
this.height = 300,
this.showLegend = true,
this.explodeIndex,
this.onSegmentTap,
});