withPosition method

DataPointLabelConfig withPosition(
  1. DataPointLabelPosition value
)

Replaces DataPointLabelConfig.position with value.

Implementation

DataPointLabelConfig withPosition(DataPointLabelPosition value) =>
    copyWith(position: value);