PieChartCustomPainter constructor
PieChartCustomPainter({
- List<
appContent> ? items, - double? width,
Implementation
PieChartCustomPainter({this.items, this.width});
PieChartCustomPainter({this.items, this.width});