DonutChartElement constructor

DonutChartElement(
  1. String name,
  2. double value,
  3. Color color
)

Implementation

DonutChartElement(this.name, this.value, this.color);