LegendEntry constructor
const
LegendEntry({
- required String label,
- required Color color,
- LegendSymbolShape? shape,
Creates a legend entry.
Implementation
const LegendEntry({
required this.label,
required this.color,
this.shape,
});