LegendItem constructor

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

Implementation

LegendItem({required this.color, required this.label});