ScatterChart constructor

const ScatterChart(
  1. ScatterChartController controller, {
  2. Key? key,
})

Implementation

const ScatterChart(ScatterChartController controller, {Key? key}) : super(controller, key: key);