withLabel method
- String value
Replaces TextAnnotation.label with value.
Implementation
TextAnnotation withLabel(String value) => copyWith(label: value);
Replaces TextAnnotation.label with value.
TextAnnotation withLabel(String value) => copyWith(label: value);