withBorderColor method
- Color value
Replaces SeriesLabelBackground.borderColor with value.
Implementation
SeriesLabelBackground withBorderColor(Color value) =>
copyWith(borderColor: value);
Replaces SeriesLabelBackground.borderColor with value.
SeriesLabelBackground withBorderColor(Color value) =>
copyWith(borderColor: value);