withPredictionBandColor method
- Color value
Replaces TrendAnnotation.predictionBandColor with value.
Implementation
TrendAnnotation withPredictionBandColor(Color value) =>
copyWith(predictionBandColor: value);
Replaces TrendAnnotation.predictionBandColor with value.
TrendAnnotation withPredictionBandColor(Color value) =>
copyWith(predictionBandColor: value);