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