PieChart constructor
const
PieChart({
- Key? key,
- required ChartConfig config,
- bool isDonut = false,
- int? explodedIndex,
- ChartTheme? theme,
Implementation
const PieChart({
super.key,
required this.config,
this.isDonut = false,
this.explodedIndex,
this.theme,
});