withLabelStyle method

PolarCategoryAxisConfig withLabelStyle(
  1. PolarLabelStyle value
)

Replaces PolarCategoryAxisConfig.labelStyle with value.

Implementation

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