ScatterChart constructor
const
ScatterChart({
- Key? key,
- required ChartConfig config,
- double pointRadius = 5,
- ChartTheme? theme,
Implementation
const ScatterChart({
super.key,
required this.config,
this.pointRadius = 5,
this.theme,
});