clearPerpendicularLineWidth method

ChordAnnotation clearPerpendicularLineWidth()

Clears ChordAnnotation.perpendicularLineWidth to null.

Implementation

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