withLabelOffset method

PolarNumericAxisConfig withLabelOffset(
  1. double value
)

Replaces PolarNumericAxisConfig.labelOffset with value.

Implementation

PolarNumericAxisConfig withLabelOffset(double value) =>
    copyWith(labelOffset: value);