clearShadow method

DonutChartStyle clearShadow()

Clears DonutChartStyle.shadow to null.

Implementation

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