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