withOffset method
- double value
Replaces RadialBarDataLabelConfig.offset with value.
Implementation
RadialBarDataLabelConfig withOffset(double value) => copyWith(offset: value);
Replaces RadialBarDataLabelConfig.offset with value.
RadialBarDataLabelConfig withOffset(double value) => copyWith(offset: value);