withPerpendicularElevation method
- double value
Replaces ChordAnnotation.perpendicularElevation with value.
Implementation
ChordAnnotation withPerpendicularElevation(double value) =>
copyWith(perpendicularElevation: value);
Replaces ChordAnnotation.perpendicularElevation with value.
ChordAnnotation withPerpendicularElevation(double value) =>
copyWith(perpendicularElevation: value);