withPanelBorderColor method
- Color value
Replaces SeriesCalloutConfig.panelBorderColor with value.
Implementation
SeriesCalloutConfig withPanelBorderColor(Color value) =>
copyWith(panelBorderColor: value);
Replaces SeriesCalloutConfig.panelBorderColor with value.
SeriesCalloutConfig withPanelBorderColor(Color value) =>
copyWith(panelBorderColor: value);