clearBorderColor method

PieChartStyle clearBorderColor()

Clears PieChartStyle.borderColor to null.

Implementation

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