clearBorderColor method

DonutChartStyle clearBorderColor()

Clears DonutChartStyle.borderColor to null.

Implementation

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