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