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