withShowZones method

ScatterClusterConfig withShowZones(
  1. bool value
)

Replaces ScatterClusterConfig.showZones with value.

Implementation

ScatterClusterConfig withShowZones(bool value) => copyWith(showZones: value);