FastPieChartPainter constructor
FastPieChartPainter({
- required List<
FastChartData> data, - required double animationValue,
- double? labelValueThreshold = 0.05,
Implementation
FastPieChartPainter({
required super.data,
required super.animationValue,
super.labelValueThreshold,
});