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