withZIndex method

LegendAnnotation withZIndex(
  1. int value
)

Replaces LegendAnnotation.zIndex with value.

Implementation

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