withPerpendicularLabelStyle method
- AnnotationStyle value
Replaces ChordAnnotation.perpendicularLabelStyle with value.
Implementation
ChordAnnotation withPerpendicularLabelStyle(AnnotationStyle value) =>
copyWith(perpendicularLabelStyle: value);