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