withZIndex method

ThresholdAnnotation withZIndex(
  1. int value
)

Replaces ThresholdAnnotation.zIndex with value.

Implementation

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