withBackgroundOpacity method

SeriesCalloutSpec withBackgroundOpacity(
  1. double value
)

Replaces SeriesCalloutSpec.backgroundOpacity with value.

Implementation

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