menu
flutter_liquid_glass_widgets package
documentation
widgets/containers/glass_chart.dart
GlassChartLegendEntry
GlassChartLegendEntry.new const constructor
GlassChartLegendEntry.new const constructor
dark_mode
light_mode
GlassChartLegendEntry
constructor
const
GlassChartLegendEntry
(
{
required
Color
color
,
required
String
label
,
})
Creates a legend entry.
Implementation
const GlassChartLegendEntry({required this.color, required this.label});
flutter_liquid_glass_widgets package
documentation
widgets/containers/glass_chart
GlassChartLegendEntry
GlassChartLegendEntry.new const constructor
GlassChartLegendEntry class