withPerpendicularLineWidth method

ChordAnnotation withPerpendicularLineWidth(
  1. double value
)

Replaces ChordAnnotation.perpendicularLineWidth with value.

Implementation

ChordAnnotation withPerpendicularLineWidth(double value) =>
    copyWith(perpendicularLineWidth: value);