withContent method

DataPointLabelConfig withContent(
  1. DataPointLabelContent value
)

Replaces DataPointLabelConfig.content with value.

Implementation

DataPointLabelConfig withContent(DataPointLabelContent value) =>
    copyWith(content: value);