FastPieChartPainter constructor

FastPieChartPainter({
  1. required List<FastChartData> data,
  2. required double animationValue,
  3. double? labelValueThreshold = 0.05,
})

Implementation

FastPieChartPainter({
  required super.data,
  required super.animationValue,
  super.labelValueThreshold,
});