withAnchorRadius method

SeriesCalloutConfig withAnchorRadius(
  1. double value
)

Replaces SeriesCalloutConfig.anchorRadius with value.

Implementation

SeriesCalloutConfig withAnchorRadius(double value) =>
    copyWith(anchorRadius: value);