withLabelStyle method

RadarNumericAxisConfig withLabelStyle(
  1. PolarLabelStyle value
)

Replaces RadarNumericAxisConfig.labelStyle with value.

Implementation

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