withZIndex method

TrendAnnotation withZIndex(
  1. int value
)

Replaces TrendAnnotation.zIndex with value.

Implementation

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