withPosition method

RadialBarDataLabelConfig withPosition(
  1. RadialBarDataLabelPosition value
)

Replaces RadialBarDataLabelConfig.position with value.

Implementation

RadialBarDataLabelConfig withPosition(RadialBarDataLabelPosition value) =>
    copyWith(position: value);