clearPredictionBandColor method
Clears TrendAnnotation.predictionBandColor to null.
Implementation
TrendAnnotation clearPredictionBandColor() =>
copyWith(clearPredictionBandColor: true);
Clears TrendAnnotation.predictionBandColor to null.
TrendAnnotation clearPredictionBandColor() =>
copyWith(clearPredictionBandColor: true);