withOffset method

RadialBarCategoryLabelConfig withOffset(
  1. double value
)

Replaces RadialBarCategoryLabelConfig.offset with value.

Implementation

RadialBarCategoryLabelConfig withOffset(double value) =>
    copyWith(offset: value);