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