menu
flutter_chartx package
documentation
components/ChartLabeledData.dart
ChartLabeledData
ChartLabeledData.new const constructor
ChartLabeledData.new const constructor
dark_mode
light_mode
ChartLabeledData
constructor
const
ChartLabeledData
(
{
required
String
label
,
required
double
value
,
Color
?
color
,
})
Implementation
const ChartLabeledData({ required this.label, required this.value, this.color, });
flutter_chartx package
documentation
components/ChartLabeledData
ChartLabeledData
ChartLabeledData.new const constructor
ChartLabeledData class