BubbleChart constructor
const
BubbleChart(
- BubbleChartController controller, {
- Key? key,
Implementation
const BubbleChart(BubbleChartController controller, {Key? key}) : super(controller, key: key);