withCellSize method
- double value
Replaces ScatterClusterConfig.cellSize with value.
Implementation
ScatterClusterConfig withCellSize(double value) => copyWith(cellSize: value);
Replaces ScatterClusterConfig.cellSize with value.
ScatterClusterConfig withCellSize(double value) => copyWith(cellSize: value);