LegendItem constructor

LegendItem({
  1. Color? color,
  2. MultiIcon? icon,
  3. required String label,
})

Implementation

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