BubbleSeries constructor
const
BubbleSeries({})
Implementation
const BubbleSeries({
super.key,
required this.data,
this.color = Colors.blue,
this.borderColor,
this.borderWidth = 1,
this.minRadius = 5,
this.maxRadius = 30,
this.opacity = 0.6,
this.colorAccessor,
});