withPerpendicularLabel method

ChordAnnotation withPerpendicularLabel(
  1. String value
)

Replaces ChordAnnotation.perpendicularLabel with value.

Implementation

ChordAnnotation withPerpendicularLabel(String value) =>
    copyWith(perpendicularLabel: value);