withConfidenceBandColor method
- Color value
Replaces TrendAnnotation.confidenceBandColor with value.
Implementation
TrendAnnotation withConfidenceBandColor(Color value) =>
copyWith(confidenceBandColor: value);
Replaces TrendAnnotation.confidenceBandColor with value.
TrendAnnotation withConfidenceBandColor(Color value) =>
copyWith(confidenceBandColor: value);