PlotPie constructor Null safety
- {required Color? fill,
- Color? stroke,
- StrokeWidth? strokeWidth,
- StrokeDasharray? strokeDasharray,
- String? id = 'plot_pie'}
Implementation
PlotPie(
{required this.fill,
this.stroke,
this.strokeWidth,
this.strokeDasharray,
this.id = 'plot_pie'});