withPredictionBandOpacity method

TrendAnnotation withPredictionBandOpacity(
  1. double value
)

Replaces TrendAnnotation.predictionBandOpacity with value.

Implementation

TrendAnnotation withPredictionBandOpacity(double value) =>
    copyWith(predictionBandOpacity: value);