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