withOffset method

RadialBarDataLabelConfig withOffset(
  1. double value
)

Replaces RadialBarDataLabelConfig.offset with value.

Implementation

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