withConfidenceBandOpacity method
- double value
Replaces TrendAnnotationDefaults.confidenceBandOpacity with value.
Implementation
TrendAnnotationDefaults withConfidenceBandOpacity(double value) =>
copyWith(confidenceBandOpacity: value);
Replaces TrendAnnotationDefaults.confidenceBandOpacity with value.
TrendAnnotationDefaults withConfidenceBandOpacity(double value) =>
copyWith(confidenceBandOpacity: value);