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