withDashPattern method
Replaces ChordAnnotation.dashPattern with value.
Implementation
ChordAnnotation withDashPattern(List<double> value) =>
copyWith(dashPattern: value);
Replaces ChordAnnotation.dashPattern with value.
ChordAnnotation withDashPattern(List<double> value) =>
copyWith(dashPattern: value);