SegmentData constructor
Creates a SegmentData instance with the specified properties.
Implementation
SegmentData({required this.percentage, required this.color, this.label});
Creates a SegmentData instance with the specified properties.
SegmentData({required this.percentage, required this.color, this.label});