withZoneOpacity method
- double value
Replaces ScatterClusterConfig.zoneOpacity with value.
Implementation
ScatterClusterConfig withZoneOpacity(double value) =>
copyWith(zoneOpacity: value);
Replaces ScatterClusterConfig.zoneOpacity with value.
ScatterClusterConfig withZoneOpacity(double value) =>
copyWith(zoneOpacity: value);