clearLabel method

TextAnnotation clearLabel()

Clears TextAnnotation.label to null.

Implementation

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