withAllowDragging method

ChordAnnotation withAllowDragging(
  1. bool value
)

Replaces ChordAnnotation.allowDragging with value.

Implementation

ChordAnnotation withAllowDragging(bool value) =>
    copyWith(allowDragging: value);