withTextDefaults method
- TextAnnotationDefaults value
Replaces AnnotationTheme.textDefaults with value.
Implementation
AnnotationTheme withTextDefaults(TextAnnotationDefaults value) =>
copyWith(textDefaults: value);
Replaces AnnotationTheme.textDefaults with value.
AnnotationTheme withTextDefaults(TextAnnotationDefaults value) =>
copyWith(textDefaults: value);