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