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