withLabelStyle method

GaugeReferenceStyle withLabelStyle(
  1. PolarLabelStyle value
)

Replaces GaugeReferenceStyle.labelStyle with value.

Implementation

GaugeReferenceStyle withLabelStyle(PolarLabelStyle value) =>
    copyWith(labelStyle: value);