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