withColorIndicatorByActiveZone method
- bool value
Replaces GaugeChartConfig.colorIndicatorByActiveZone with value.
Implementation
GaugeChartConfig withColorIndicatorByActiveZone(bool value) =>
copyWith(colorIndicatorByActiveZone: value);
Replaces GaugeChartConfig.colorIndicatorByActiveZone with value.
GaugeChartConfig withColorIndicatorByActiveZone(bool value) =>
copyWith(colorIndicatorByActiveZone: value);