withZones method

GaugeChartConfig withZones(
  1. GaugeZoneStyle value
)

Replaces GaugeChartConfig.zones with value.

Implementation

GaugeChartConfig withZones(GaugeZoneStyle value) => copyWith(zones: value);