PieChartCustomPainter constructor

PieChartCustomPainter({
  1. List<appContent>? items,
  2. double? width,
})

Implementation

PieChartCustomPainter({this.items, this.width});