withColorIndicatorByActiveZone method

GaugeChartConfig withColorIndicatorByActiveZone(
  1. bool value
)

Replaces GaugeChartConfig.colorIndicatorByActiveZone with value.

Implementation

GaugeChartConfig withColorIndicatorByActiveZone(bool value) =>
    copyWith(colorIndicatorByActiveZone: value);