PieChartItem constructor

PieChartItem(
  1. String label,
  2. double weight, {
  3. String? color,
})

Implementation

PieChartItem(this.label, this.weight, {this.color});