withGridCellSize method

ScatterDensityConfig withGridCellSize(
  1. double value
)

Replaces ScatterDensityConfig.gridCellSize with value.

Implementation

ScatterDensityConfig withGridCellSize(double value) =>
    copyWith(gridCellSize: value);