ChartLegendEntry constructor
const
ChartLegendEntry({})
Creates a ChartLegendEntry with the given label and style.
Implementation
const ChartLegendEntry({
required this.label,
required this.style,
this.glyph = '■',
this.labelStyle = const UvStyle(),
});