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