withShowPredictionBand method

TrendAnnotation withShowPredictionBand(
  1. bool value
)

Replaces TrendAnnotation.showPredictionBand with value.

Implementation

TrendAnnotation withShowPredictionBand(bool value) =>
    copyWith(showPredictionBand: value);