clearPerpendicularLabel method

ChordAnnotation clearPerpendicularLabel()

Clears ChordAnnotation.perpendicularLabel to null.

Implementation

ChordAnnotation clearPerpendicularLabel() =>
    copyWith(clearPerpendicularLabel: true);