clearCornerRadius method

SeriesLabelBackground clearCornerRadius()

Clears SeriesLabelBackground.cornerRadius to null.

Implementation

SeriesLabelBackground clearCornerRadius() =>
    copyWith(clearCornerRadius: true);