withConfidenceBandColor method

TrendAnnotationDefaults withConfidenceBandColor(
  1. Color value
)

Replaces TrendAnnotationDefaults.confidenceBandColor with value.

Implementation

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