clearPerpendicularLabel method
Clears ChordAnnotation.perpendicularLabel to null.
Implementation
ChordAnnotation clearPerpendicularLabel() =>
copyWith(clearPerpendicularLabel: true);
Clears ChordAnnotation.perpendicularLabel to null.
ChordAnnotation clearPerpendicularLabel() =>
copyWith(clearPerpendicularLabel: true);