withShowZones method

GaugeChartConfig withShowZones(
  1. bool value
)

Replaces GaugeChartConfig.showZones with value.

Implementation

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