GlassChartLegendEntry constructor

const GlassChartLegendEntry({
  1. required Color color,
  2. required String label,
})

Creates a legend entry.

Implementation

const GlassChartLegendEntry({required this.color, required this.label});