withOrientation method

RadialBarCategoryLabelConfig withOrientation(
  1. RadialBarCategoryLabelOrientation value
)

Replaces RadialBarCategoryLabelConfig.orientation with value.

Implementation

RadialBarCategoryLabelConfig withOrientation(
  RadialBarCategoryLabelOrientation value,
) => copyWith(orientation: value);