withLabelStyle method

GaugeScaleStyle withLabelStyle(
  1. PolarLabelStyle value
)

Replaces GaugeScaleStyle.labelStyle with value.

Implementation

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