clearShadow method

PieChartStyle clearShadow()

Clears PieChartStyle.shadow to null.

Implementation

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