BubbleChart constructor
const
BubbleChart({
- Key? key,
- required ChartConfig config,
- ChartTheme? theme,
- double minRadius = 4,
- double maxRadius = 24,
- String sizeKey = kBubbleSizeKey,
Implementation
const BubbleChart({
super.key,
required this.config,
this.theme,
this.minRadius = 4,
this.maxRadius = 24,
this.sizeKey = kBubbleSizeKey,
});