withLaneWidth method

SeriesCalloutConfig withLaneWidth(
  1. double value
)

Replaces SeriesCalloutConfig.laneWidth with value.

Implementation

SeriesCalloutConfig withLaneWidth(double value) => copyWith(laneWidth: value);