PyramidChartPainter constructor
const
PyramidChartPainter({
- required ChartTheme theme,
- required List<
PieData> data, - double animationProgress = 1.0,
- ChartInteractionResult? selectedSegment,
Implementation
const PyramidChartPainter({
required this.theme,
required this.data,
this.animationProgress = 1.0,
this.selectedSegment,
});