withSide method
- SeriesCalloutSide value
Replaces SeriesCalloutConfig.side with value.
Implementation
SeriesCalloutConfig withSide(SeriesCalloutSide value) =>
copyWith(side: value);
Replaces SeriesCalloutConfig.side with value.
SeriesCalloutConfig withSide(SeriesCalloutSide value) =>
copyWith(side: value);