withPerpendicularLineColor method
- Color value
Replaces ChordAnnotation.perpendicularLineColor with value.
Implementation
ChordAnnotation withPerpendicularLineColor(Color value) =>
copyWith(perpendicularLineColor: value);
Replaces ChordAnnotation.perpendicularLineColor with value.
ChordAnnotation withPerpendicularLineColor(Color value) =>
copyWith(perpendicularLineColor: value);