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