withCornerRadius method

SeriesLabelBackground withCornerRadius(
  1. double value
)

Replaces SeriesLabelBackground.cornerRadius with value.

Implementation

SeriesLabelBackground withCornerRadius(double value) =>
    copyWith(cornerRadius: value);