withNormalColor method

PointAnnotationDefaults withNormalColor(
  1. Color value
)

Replaces PointAnnotationDefaults.normalColor with value.

Implementation

PointAnnotationDefaults withNormalColor(Color value) =>
    copyWith(normalColor: value);