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