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