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