DoughnutChartData constructor

DoughnutChartData(
  1. String title,
  2. double value, {
  3. String? valueText,
  4. Color? color,
})

Implementation

DoughnutChartData(this.title, this.value, {this.valueText, this.color});