clearPredictionBandColor method

TrendAnnotation clearPredictionBandColor()

Clears TrendAnnotation.predictionBandColor to null.

Implementation

TrendAnnotation clearPredictionBandColor() =>
    copyWith(clearPredictionBandColor: true);