withBorderWidth method

SeriesCalloutConfig withBorderWidth(
  1. double value
)

Replaces SeriesCalloutConfig.borderWidth with value.

Implementation

SeriesCalloutConfig withBorderWidth(double value) =>
    copyWith(borderWidth: value);