withDashPattern method

TrendAnnotation withDashPattern(
  1. List<double> value
)

Replaces TrendAnnotation.dashPattern with value.

Implementation

TrendAnnotation withDashPattern(List<double> value) =>
    copyWith(dashPattern: value);