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