withLabel method
- String value
Replaces ErrorBarAnnotation.label with value.
Implementation
ErrorBarAnnotation withLabel(String value) => copyWith(label: value);
Replaces ErrorBarAnnotation.label with value.
ErrorBarAnnotation withLabel(String value) => copyWith(label: value);