ChartLegendItem constructor

const ChartLegendItem({
  1. required Color color,
  2. required String label,
  3. String? value,
})

Implementation

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