withBorderColor method

SeriesLabelBackground withBorderColor(
  1. Color value
)

Replaces SeriesLabelBackground.borderColor with value.

Implementation

SeriesLabelBackground withBorderColor(Color value) =>
    copyWith(borderColor: value);