withLabelStyle method
- PolarLabelStyle value
Replaces GaugeScaleStyle.labelStyle with value.
Implementation
GaugeScaleStyle withLabelStyle(PolarLabelStyle value) =>
copyWith(labelStyle: value);
Replaces GaugeScaleStyle.labelStyle with value.
GaugeScaleStyle withLabelStyle(PolarLabelStyle value) =>
copyWith(labelStyle: value);