withPerpendicularLabelOffset method

ChordAnnotation withPerpendicularLabelOffset(
  1. Offset value
)

Replaces ChordAnnotation.perpendicularLabelOffset with value.

Implementation

ChordAnnotation withPerpendicularLabelOffset(Offset value) =>
    copyWith(perpendicularLabelOffset: value);