menu
save_points_chart package
documentation
widgets/chart_legend.dart
ChartLegendItem
ChartLegendItem.new const constructor
ChartLegendItem.new const constructor
dark_mode
light_mode
ChartLegendItem
constructor
const
ChartLegendItem
(
{
required
Color
color
,
required
String
label
,
String
?
value
,
})
Implementation
const ChartLegendItem({required this.color, required this.label, this.value});
save_points_chart package
documentation
widgets/chart_legend
ChartLegendItem
ChartLegendItem.new const constructor
ChartLegendItem class