withBorderWidth method

RangeAnnotationDefaults withBorderWidth(
  1. double value
)

Replaces RangeAnnotationDefaults.borderWidth with value.

Implementation

RangeAnnotationDefaults withBorderWidth(double value) =>
    copyWith(borderWidth: value);