withZIndex method

ChordAnnotation withZIndex(
  1. int value
)

Replaces ChordAnnotation.zIndex with value.

Implementation

ChordAnnotation withZIndex(int value) => copyWith(zIndex: value);