withConfidenceBandOpacity method

TrendAnnotationDefaults withConfidenceBandOpacity(
  1. double value
)

Replaces TrendAnnotationDefaults.confidenceBandOpacity with value.

Implementation

TrendAnnotationDefaults withConfidenceBandOpacity(double value) =>
    copyWith(confidenceBandOpacity: value);