menu
tenun package
documentation
charts/control/simple_control_chart.dart
SimpleControlChartPoint
SimpleControlChartPoint.new const constructor
SimpleControlChartPoint.new const constructor
dark_mode
light_mode
SimpleControlChartPoint
constructor
const
SimpleControlChartPoint
(
{
required
String
label
,
required
double
value
,
Color
?
color
,
})
Implementation
const SimpleControlChartPoint({ required this.label, required this.value, this.color, });
tenun package
documentation
charts/control/simple_control_chart
SimpleControlChartPoint
SimpleControlChartPoint.new const constructor
SimpleControlChartPoint class