withZIndex method

PinAnnotation withZIndex(
  1. int value
)

Replaces PinAnnotation.zIndex with value.

Implementation

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