withShowPredictionBand method
- bool value
Replaces TrendAnnotation.showPredictionBand with value.
Implementation
TrendAnnotation withShowPredictionBand(bool value) =>
copyWith(showPredictionBand: value);
Replaces TrendAnnotation.showPredictionBand with value.
TrendAnnotation withShowPredictionBand(bool value) =>
copyWith(showPredictionBand: value);