withAnchorRadius method
- double value
Replaces SeriesCalloutConfig.anchorRadius with value.
Implementation
SeriesCalloutConfig withAnchorRadius(double value) =>
copyWith(anchorRadius: value);
Replaces SeriesCalloutConfig.anchorRadius with value.
SeriesCalloutConfig withAnchorRadius(double value) =>
copyWith(anchorRadius: value);