withHoveredColor method

PointAnnotationDefaults withHoveredColor(
  1. Color value
)

Replaces PointAnnotationDefaults.hoveredColor with value.

Implementation

PointAnnotationDefaults withHoveredColor(Color value) =>
    copyWith(hoveredColor: value);