menu
nrb package
documentation
nrb/graphs/nrb_scatter_plot.dart
NrbScatterPoint
NrbScatterPoint.new constructor
NrbScatterPoint.new constructor
dark_mode
light_mode
NrbScatterPoint
constructor
NrbScatterPoint
(
double
x
,
double
y
)
Constructor for the Scatter Point.
Implementation
NrbScatterPoint(this.x, this.y);
nrb package
documentation
nrb/graphs/nrb_scatter_plot
NrbScatterPoint
NrbScatterPoint.new constructor
NrbScatterPoint class