clearBorderColor method

TextAnnotation clearBorderColor()

Clears TextAnnotation.borderColor to null.

Implementation

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