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