clearConfidenceBandColor method

TrendAnnotation clearConfidenceBandColor()

Clears TrendAnnotation.confidenceBandColor to null.

Implementation

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