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