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