FastDoughnutChartPainter constructor
FastDoughnutChartPainter({})
Implementation
FastDoughnutChartPainter({
required super.data,
required super.animationValue,
super.labelValueThreshold,
super.showLabel,
double? doughnutRatio = 0.5,
}) : doughnutRatio = doughnutRatio ?? 0.5;