clearDashPattern method

TrendAnnotation clearDashPattern()

Clears TrendAnnotation.dashPattern to null.

Implementation

TrendAnnotation clearDashPattern() => copyWith(clearDashPattern: true);