BubbleChart constructor

const BubbleChart(
  1. BubbleChartController controller, {
  2. Key? key,
})

Implementation

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