withShowLabels method
- bool value
Replaces PolarNumericAxisConfig.showLabels with value.
Implementation
PolarNumericAxisConfig withShowLabels(bool value) =>
copyWith(showLabels: value);
Replaces PolarNumericAxisConfig.showLabels with value.
PolarNumericAxisConfig withShowLabels(bool value) =>
copyWith(showLabels: value);