withLabelStyle method

PolarNumericAxisConfig withLabelStyle(
  1. PolarLabelStyle value
)

Replaces PolarNumericAxisConfig.labelStyle with value.

Implementation

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