clearLabel method

ErrorBarAnnotation clearLabel()

Clears ErrorBarAnnotation.label to null.

Implementation

ErrorBarAnnotation clearLabel() => copyWith(clearLabel: true);