withZIndex method

PointAnnotation withZIndex(
  1. int value
)

Replaces PointAnnotation.zIndex with value.

Implementation

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