withTextDefaults method

AnnotationTheme withTextDefaults(
  1. TextAnnotationDefaults value
)

Replaces AnnotationTheme.textDefaults with value.

Implementation

AnnotationTheme withTextDefaults(TextAnnotationDefaults value) =>
    copyWith(textDefaults: value);