withPerpendicularIndex method

ChordAnnotation withPerpendicularIndex(
  1. int value
)

Replaces ChordAnnotation.perpendicularIndex with value.

Implementation

ChordAnnotation withPerpendicularIndex(int value) =>
    copyWith(perpendicularIndex: value);