withPredictionBandColor method

TrendAnnotation withPredictionBandColor(
  1. Color value
)

Replaces TrendAnnotation.predictionBandColor with value.

Implementation

TrendAnnotation withPredictionBandColor(Color value) =>
    copyWith(predictionBandColor: value);