withPerpendicularLabelOffset method
- Offset value
Replaces ChordAnnotation.perpendicularLabelOffset with value.
Implementation
ChordAnnotation withPerpendicularLabelOffset(Offset value) =>
copyWith(perpendicularLabelOffset: value);
Replaces ChordAnnotation.perpendicularLabelOffset with value.
ChordAnnotation withPerpendicularLabelOffset(Offset value) =>
copyWith(perpendicularLabelOffset: value);