clearBorderColor method
Clears SeriesLabelBackground.borderColor to null.
Implementation
SeriesLabelBackground clearBorderColor() => copyWith(clearBorderColor: true);
Clears SeriesLabelBackground.borderColor to null.
SeriesLabelBackground clearBorderColor() => copyWith(clearBorderColor: true);