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