withContent method

RadialBarDataLabelConfig withContent(
  1. RadialBarDataLabelContent value
)

Replaces RadialBarDataLabelConfig.content with value.

Implementation

RadialBarDataLabelConfig withContent(RadialBarDataLabelContent value) =>
    copyWith(content: value);