withScale method
- GaugeScaleStyle value
Replaces GaugeChartConfig.scale with value.
Implementation
GaugeChartConfig withScale(GaugeScaleStyle value) => copyWith(scale: value);
Replaces GaugeChartConfig.scale with value.
GaugeChartConfig withScale(GaugeScaleStyle value) => copyWith(scale: value);