menu
tenun package
documentation
charts/scatter_matrix/simple_scatter_plot_matrix_chart.dart
SimpleScatterPlotMatrixPoint
SimpleScatterPlotMatrixPoint.new const constructor
SimpleScatterPlotMatrixPoint.new const constructor
dark_mode
light_mode
SimpleScatterPlotMatrixPoint
constructor
const
SimpleScatterPlotMatrixPoint
(
{
String
?
label
,
required
List
<
double
>
values
,
String
?
group
,
Color
?
color
,
})
Implementation
const SimpleScatterPlotMatrixPoint({ this.label, required this.values, this.group, this.color, });
tenun package
documentation
charts/scatter_matrix/simple_scatter_plot_matrix_chart
SimpleScatterPlotMatrixPoint
SimpleScatterPlotMatrixPoint.new const constructor
SimpleScatterPlotMatrixPoint class