withCellSize method

ScatterClusterConfig withCellSize(
  1. double value
)

Replaces ScatterClusterConfig.cellSize with value.

Implementation

ScatterClusterConfig withCellSize(double value) => copyWith(cellSize: value);