clearDashPattern method
Clears ChordAnnotation.dashPattern to null.
Implementation
ChordAnnotation clearDashPattern() => copyWith(clearDashPattern: true);
Clears ChordAnnotation.dashPattern to null.
ChordAnnotation clearDashPattern() => copyWith(clearDashPattern: true);