withShowCountLabels method
- bool value
Replaces ScatterClusterConfig.showCountLabels with value.
Implementation
ScatterClusterConfig withShowCountLabels(bool value) =>
copyWith(showCountLabels: value);
Replaces ScatterClusterConfig.showCountLabels with value.
ScatterClusterConfig withShowCountLabels(bool value) =>
copyWith(showCountLabels: value);