withLanePlacement method

SeriesCalloutConfig withLanePlacement(
  1. SeriesCalloutLanePlacement value
)

Replaces SeriesCalloutConfig.lanePlacement with value.

Implementation

SeriesCalloutConfig withLanePlacement(SeriesCalloutLanePlacement value) =>
    copyWith(lanePlacement: value);