withBackgroundColor method

AnnotationStyle withBackgroundColor(
  1. Color value
)

Replaces AnnotationStyle.backgroundColor with value.

Implementation

AnnotationStyle withBackgroundColor(Color value) =>
    copyWith(backgroundColor: value);