clearBackgroundColor method

AnnotationStyle clearBackgroundColor()

Clears AnnotationStyle.backgroundColor to null.

Implementation

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