withBorderColor method

RangeAnnotation withBorderColor(
  1. Color value
)

Replaces RangeAnnotation.borderColor with value.

Implementation

RangeAnnotation withBorderColor(Color value) => copyWith(borderColor: value);