clearPerpendicularLineWidth method
Clears ChordAnnotation.perpendicularLineWidth to null.
Implementation
ChordAnnotation clearPerpendicularLineWidth() =>
copyWith(clearPerpendicularLineWidth: true);
Clears ChordAnnotation.perpendicularLineWidth to null.
ChordAnnotation clearPerpendicularLineWidth() =>
copyWith(clearPerpendicularLineWidth: true);