withBackgroundOpacity method
- double value
Replaces SeriesCalloutConfig.backgroundOpacity with value.
Implementation
SeriesCalloutConfig withBackgroundOpacity(double value) =>
copyWith(backgroundOpacity: value);
Replaces SeriesCalloutConfig.backgroundOpacity with value.
SeriesCalloutConfig withBackgroundOpacity(double value) =>
copyWith(backgroundOpacity: value);