withBackgroundOpacity method

SeriesCalloutConfig withBackgroundOpacity(
  1. double value
)

Replaces SeriesCalloutConfig.backgroundOpacity with value.

Implementation

SeriesCalloutConfig withBackgroundOpacity(double value) =>
    copyWith(backgroundOpacity: value);