SimpleScatterPoint constructor
const
SimpleScatterPoint({})
Implementation
const SimpleScatterPoint({
required this.label,
required this.x,
required this.y,
this.size,
this.group,
this.color,
});
const SimpleScatterPoint({
required this.label,
required this.x,
required this.y,
this.size,
this.group,
this.color,
});