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