clearLabel method

DonutCenterContent clearLabel()

Clears DonutCenterContent.label to null.

Implementation

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