PyramidChartPainter constructor

const PyramidChartPainter({
  1. required ChartTheme theme,
  2. required List<PieData> data,
  3. double animationProgress = 1.0,
  4. ChartInteractionResult? selectedSegment,
})

Implementation

const PyramidChartPainter({
  required this.theme,
  required this.data,
  this.animationProgress = 1.0,
  this.selectedSegment,
});