withStyle method

ChordAnnotation withStyle(
  1. AnnotationStyle value
)

Replaces ChordAnnotation.style with value.

Implementation

ChordAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);