PieLabelAlignConfig constructor

PieLabelAlignConfig({
  1. required List<PieSlice2> slices,
  2. ChartTheme theme = ChartTheme.light,
  3. double padAngle = 0.02,
  4. TitlesData? title,
  5. ChartTooltip? tooltip,
  6. ChartLegend? legend,
  7. ChartToolbox? toolbox,
  8. GridData? grid,
})

Implementation

PieLabelAlignConfig({
  required this.slices,
  this.theme = ChartTheme.light,
  this.padAngle = 0.02,
  super.title,
  super.tooltip,
  super.legend,
  super.toolbox,
  super.grid,
}) : super(type: ChartType.pieLabelAlign, series: const []);