withShowLabels method

RadarNumericAxisConfig withShowLabels(
  1. bool value
)

Replaces RadarNumericAxisConfig.showLabels with value.

Implementation

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