clearBorderColor method

LegendStyle clearBorderColor()

Clears LegendStyle.borderColor to null.

Implementation

LegendStyle clearBorderColor() => copyWith(clearBorderColor: true);