withShowLabels method

PolarNumericAxisConfig withShowLabels(
  1. bool value
)

Replaces PolarNumericAxisConfig.showLabels with value.

Implementation

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