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