withLineColor method

ChordAnnotation withLineColor(
  1. Color value
)

Replaces ChordAnnotation.lineColor with value.

Implementation

ChordAnnotation withLineColor(Color value) => copyWith(lineColor: value);