withContent method
Replaces RadialBarDataLabelConfig.content with value.
Implementation
RadialBarDataLabelConfig withContent(RadialBarDataLabelContent value) =>
copyWith(content: value);
Replaces RadialBarDataLabelConfig.content with value.
RadialBarDataLabelConfig withContent(RadialBarDataLabelContent value) =>
copyWith(content: value);