withSelectedColor method

PointAnnotationDefaults withSelectedColor(
  1. Color value
)

Replaces PointAnnotationDefaults.selectedColor with value.

Implementation

PointAnnotationDefaults withSelectedColor(Color value) =>
    copyWith(selectedColor: value);