PieChartPainter constructor

PieChartPainter({
  1. required List<double> items,
  2. Color? color,
  3. bool? showValues,
  4. TextStyle? textStyle,
})

Implementation

PieChartPainter(
    {required this.items, this.color, this.showValues, this.textStyle});