withShowLabels method

RadarCategoryAxisConfig withShowLabels(
  1. bool value
)

Replaces RadarCategoryAxisConfig.showLabels with value.

Implementation

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