clearColor method

PieElevationStyle clearColor()

Clears PieElevationStyle.color to null.

Implementation

PieElevationStyle clearColor() => copyWith(clearColor: true);