clearPerpendicularLabelStyle method

ChordAnnotation clearPerpendicularLabelStyle()

Clears ChordAnnotation.perpendicularLabelStyle to null.

Implementation

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