withOrientation method
Replaces RadialBarCategoryLabelConfig.orientation with value.
Implementation
RadialBarCategoryLabelConfig withOrientation(
RadialBarCategoryLabelOrientation value,
) => copyWith(orientation: value);
Replaces RadialBarCategoryLabelConfig.orientation with value.
RadialBarCategoryLabelConfig withOrientation(
RadialBarCategoryLabelOrientation value,
) => copyWith(orientation: value);