withZIndex method

RangeAnnotation withZIndex(
  1. int value
)

Replaces RangeAnnotation.zIndex with value.

Implementation

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