withBorderWidth method

SeriesLabelBackground withBorderWidth(
  1. double value
)

Replaces SeriesLabelBackground.borderWidth with value.

Implementation

SeriesLabelBackground withBorderWidth(double value) =>
    copyWith(borderWidth: value);