withClusterConfig method
- ScatterClusterConfig value
Replaces ScatterChartSeries.clusterConfig with value.
Implementation
ScatterChartSeries withClusterConfig(ScatterClusterConfig value) =>
copyWith(clusterConfig: value);
Replaces ScatterChartSeries.clusterConfig with value.
ScatterChartSeries withClusterConfig(ScatterClusterConfig value) =>
copyWith(clusterConfig: value);