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