withZIndex method
- int value
Replaces TextAnnotation.zIndex with value.
Implementation
TextAnnotation withZIndex(int value) => copyWith(zIndex: value);
Replaces TextAnnotation.zIndex with value.
TextAnnotation withZIndex(int value) => copyWith(zIndex: value);