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