withPanelBackgroundColor method

SeriesCalloutConfig withPanelBackgroundColor(
  1. Color value
)

Replaces SeriesCalloutConfig.panelBackgroundColor with value.

Implementation

SeriesCalloutConfig withPanelBackgroundColor(Color value) =>
    copyWith(panelBackgroundColor: value);