withErrorBarAnnotations method
- List<
ErrorBarAnnotation> value
Replaces LegendAnnotation.errorBarAnnotations with value.
Implementation
LegendAnnotation withErrorBarAnnotations(List<ErrorBarAnnotation> value) =>
copyWith(errorBarAnnotations: value);