clearPerpendicularLabelStyle method
Clears ChordAnnotation.perpendicularLabelStyle to null.
Implementation
ChordAnnotation clearPerpendicularLabelStyle() =>
copyWith(clearPerpendicularLabelStyle: true);
Clears ChordAnnotation.perpendicularLabelStyle to null.
ChordAnnotation clearPerpendicularLabelStyle() =>
copyWith(clearPerpendicularLabelStyle: true);