withPointDefaults method

AnnotationTheme withPointDefaults(
  1. PointAnnotationDefaults value
)

Replaces AnnotationTheme.pointDefaults with value.

Implementation

AnnotationTheme withPointDefaults(PointAnnotationDefaults value) =>
    copyWith(pointDefaults: value);