withConfidenceBandColor method

TrendAnnotation withConfidenceBandColor(
  1. Color value
)

Replaces TrendAnnotation.confidenceBandColor with value.

Implementation

TrendAnnotation withConfidenceBandColor(Color value) =>
    copyWith(confidenceBandColor: value);