withPosition method
- Offset value
Replaces TextAnnotation.position with value.
Implementation
TextAnnotation withPosition(Offset value) => copyWith(position: value);
Replaces TextAnnotation.position with value.
TextAnnotation withPosition(Offset value) => copyWith(position: value);