withAnchorX method
- double value
Replaces SeriesCalloutSpec.anchorX with value.
Implementation
SeriesCalloutSpec withAnchorX(double value) => copyWith(anchorX: value);
Replaces SeriesCalloutSpec.anchorX with value.
SeriesCalloutSpec withAnchorX(double value) => copyWith(anchorX: value);