withStyle method
- AnnotationStyle value
Replaces TextAnnotation.style with value.
Implementation
TextAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);
Replaces TextAnnotation.style with value.
TextAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);