withBorderWidth method

SeriesCalloutSpec withBorderWidth(
  1. double value
)

Replaces SeriesCalloutSpec.borderWidth with value.

Implementation

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