withPosition method

SeriesInlineLabelConfig withPosition(
  1. SeriesLabelPosition value
)

Replaces SeriesInlineLabelConfig.position with value.

Implementation

SeriesInlineLabelConfig withPosition(SeriesLabelPosition value) =>
    copyWith(position: value);