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