withShowPoints method

ScatterDensityConfig withShowPoints(
  1. bool value
)

Replaces ScatterDensityConfig.showPoints with value.

Implementation

ScatterDensityConfig withShowPoints(bool value) =>
    copyWith(showPoints: value);