withCornerRadius method
- double value
Replaces SeriesLabelBackground.cornerRadius with value.
Implementation
SeriesLabelBackground withCornerRadius(double value) =>
copyWith(cornerRadius: value);
Replaces SeriesLabelBackground.cornerRadius with value.
SeriesLabelBackground withCornerRadius(double value) =>
copyWith(cornerRadius: value);