withZIndex method

ErrorBarAnnotation withZIndex(
  1. int value
)

Replaces ErrorBarAnnotation.zIndex with value.

Implementation

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