withZIndex method
- int value
Replaces ChordAnnotation.zIndex with value.
Implementation
ChordAnnotation withZIndex(int value) => copyWith(zIndex: value);
Replaces ChordAnnotation.zIndex with value.
ChordAnnotation withZIndex(int value) => copyWith(zIndex: value);