withShowLabels method

PolarCategoryAxisConfig withShowLabels(
  1. bool value
)

Replaces PolarCategoryAxisConfig.showLabels with value.

Implementation

PolarCategoryAxisConfig withShowLabels(bool value) =>
    copyWith(showLabels: value);