withConfidenceBandOpacity method

TrendAnnotation withConfidenceBandOpacity(
  1. double value
)

Replaces TrendAnnotation.confidenceBandOpacity with value.

Implementation

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