withZones method
Replaces GaugeChartSeries.zones with value.
Implementation
GaugeChartSeries withZones(List<GaugeZone> value) => copyWith(zones: value);
Replaces GaugeChartSeries.zones with value.
GaugeChartSeries withZones(List<GaugeZone> value) => copyWith(zones: value);