withDraggingBorderColor method

RangeAnnotationDefaults withDraggingBorderColor(
  1. Color value
)

Replaces RangeAnnotationDefaults.draggingBorderColor with value.

Implementation

RangeAnnotationDefaults withDraggingBorderColor(Color value) =>
    copyWith(draggingBorderColor: value);