withZones method
- GaugeZoneStyle value
Replaces GaugeChartConfig.zones with value.
Implementation
GaugeChartConfig withZones(GaugeZoneStyle value) => copyWith(zones: value);
Replaces GaugeChartConfig.zones with value.
GaugeChartConfig withZones(GaugeZoneStyle value) => copyWith(zones: value);