withPanelBorderWidth method

SeriesCalloutConfig withPanelBorderWidth(
  1. double value
)

Replaces SeriesCalloutConfig.panelBorderWidth with value.

Implementation

SeriesCalloutConfig withPanelBorderWidth(double value) =>
    copyWith(panelBorderWidth: value);