withLanePlacement method
Replaces SeriesCalloutConfig.lanePlacement with value.
Implementation
SeriesCalloutConfig withLanePlacement(SeriesCalloutLanePlacement value) =>
copyWith(lanePlacement: value);
Replaces SeriesCalloutConfig.lanePlacement with value.
SeriesCalloutConfig withLanePlacement(SeriesCalloutLanePlacement value) =>
copyWith(lanePlacement: value);