withSide method

SeriesCalloutConfig withSide(
  1. SeriesCalloutSide value
)

Replaces SeriesCalloutConfig.side with value.

Implementation

SeriesCalloutConfig withSide(SeriesCalloutSide value) =>
    copyWith(side: value);