withPerpendicularLabel method
- String value
Replaces ChordAnnotation.perpendicularLabel with value.
Implementation
ChordAnnotation withPerpendicularLabel(String value) =>
copyWith(perpendicularLabel: value);
Replaces ChordAnnotation.perpendicularLabel with value.
ChordAnnotation withPerpendicularLabel(String value) =>
copyWith(perpendicularLabel: value);