withPerpendicularLineColor method

ChordAnnotation withPerpendicularLineColor(
  1. Color value
)

Replaces ChordAnnotation.perpendicularLineColor with value.

Implementation

ChordAnnotation withPerpendicularLineColor(Color value) =>
    copyWith(perpendicularLineColor: value);