withZoneOpacity method

ScatterClusterConfig withZoneOpacity(
  1. double value
)

Replaces ScatterClusterConfig.zoneOpacity with value.

Implementation

ScatterClusterConfig withZoneOpacity(double value) =>
    copyWith(zoneOpacity: value);