clearBorderColor method
Clears RangeAnnotation.borderColor to null.
Implementation
RangeAnnotation clearBorderColor() => copyWith(clearBorderColor: true);
Clears RangeAnnotation.borderColor to null.
RangeAnnotation clearBorderColor() => copyWith(clearBorderColor: true);