withPerpendicularLabelStyle method

ChordAnnotation withPerpendicularLabelStyle(
  1. AnnotationStyle value
)

Replaces ChordAnnotation.perpendicularLabelStyle with value.

Implementation

ChordAnnotation withPerpendicularLabelStyle(AnnotationStyle value) =>
    copyWith(perpendicularLabelStyle: value);