DonutChartSegment constructor
DonutChartSegment({})
Implementation
DonutChartSegment({
required this.id,
required this.label,
required this.value,
required this.color,
this.formattedValue,
});
DonutChartSegment({
required this.id,
required this.label,
required this.value,
required this.color,
this.formattedValue,
});