clearBorderColor method

RangeAnnotation clearBorderColor()

Clears RangeAnnotation.borderColor to null.

Implementation

RangeAnnotation clearBorderColor() => copyWith(clearBorderColor: true);