withDashPattern method
Replaces TrendAnnotation.dashPattern with value.
Implementation
TrendAnnotation withDashPattern(List<double> value) =>
copyWith(dashPattern: value);
Replaces TrendAnnotation.dashPattern with value.
TrendAnnotation withDashPattern(List<double> value) =>
copyWith(dashPattern: value);