withContourCount method

ScatterDensityConfig withContourCount(
  1. int value
)

Replaces ScatterDensityConfig.contourCount with value.

Implementation

ScatterDensityConfig withContourCount(int value) =>
    copyWith(contourCount: value);