withPanelBorderColor method

SeriesCalloutConfig withPanelBorderColor(
  1. Color value
)

Replaces SeriesCalloutConfig.panelBorderColor with value.

Implementation

SeriesCalloutConfig withPanelBorderColor(Color value) =>
    copyWith(panelBorderColor: value);