menu
tenun package
documentation
core/chart_data_value_reader.dart
ChartPointValue
ChartPointValue.new const constructor
ChartPointValue.new const constructor
dark_mode
light_mode
ChartPointValue
constructor
const
ChartPointValue
(
{
required
double
x
,
required
double
y
,
String
?
label
,
Object
?
raw
,
})
Implementation
const ChartPointValue({ required this.x, required this.y, this.label, this.raw, });
tenun package
documentation
core/chart_data_value_reader
ChartPointValue
ChartPointValue.new const constructor
ChartPointValue class