clearPerpendicularLineColor method

ChordAnnotation clearPerpendicularLineColor()

Clears ChordAnnotation.perpendicularLineColor to null.

Implementation

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