clearBorderColor method

AnnotationStyle clearBorderColor()

Clears AnnotationStyle.borderColor to null.

Implementation

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