withGridCellSize method
- double value
Replaces ScatterDensityConfig.gridCellSize with value.
Implementation
ScatterDensityConfig withGridCellSize(double value) =>
copyWith(gridCellSize: value);
Replaces ScatterDensityConfig.gridCellSize with value.
ScatterDensityConfig withGridCellSize(double value) =>
copyWith(gridCellSize: value);