withZIndex method

TextAnnotation withZIndex(
  1. int value
)

Replaces TextAnnotation.zIndex with value.

Implementation

TextAnnotation withZIndex(int value) => copyWith(zIndex: value);