withScale method

GaugeChartConfig withScale(
  1. GaugeScaleStyle value
)

Replaces GaugeChartConfig.scale with value.

Implementation

GaugeChartConfig withScale(GaugeScaleStyle value) => copyWith(scale: value);