withContent method
- DataPointLabelContent value
Replaces DataPointLabelConfig.content with value.
Implementation
DataPointLabelConfig withContent(DataPointLabelContent value) =>
copyWith(content: value);
Replaces DataPointLabelConfig.content with value.
DataPointLabelConfig withContent(DataPointLabelContent value) =>
copyWith(content: value);