withBorderColor method

AnnotationStyle withBorderColor(
  1. Color value
)

Replaces AnnotationStyle.borderColor with value.

Implementation

AnnotationStyle withBorderColor(Color value) => copyWith(borderColor: value);