clearLabel method

LegendAnnotation clearLabel()

Clears LegendAnnotation.label to null.

Implementation

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