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