withPointDefaults method
- PointAnnotationDefaults value
Replaces AnnotationTheme.pointDefaults with value.
Implementation
AnnotationTheme withPointDefaults(PointAnnotationDefaults value) =>
copyWith(pointDefaults: value);
Replaces AnnotationTheme.pointDefaults with value.
AnnotationTheme withPointDefaults(PointAnnotationDefaults value) =>
copyWith(pointDefaults: value);