clearBackgroundColor method
Clears AnnotationStyle.backgroundColor to null.
Implementation
AnnotationStyle clearBackgroundColor() =>
copyWith(clearBackgroundColor: true);
Clears AnnotationStyle.backgroundColor to null.
AnnotationStyle clearBackgroundColor() =>
copyWith(clearBackgroundColor: true);