withShowCountLabels method

ScatterClusterConfig withShowCountLabels(
  1. bool value
)

Replaces ScatterClusterConfig.showCountLabels with value.

Implementation

ScatterClusterConfig withShowCountLabels(bool value) =>
    copyWith(showCountLabels: value);