clearColor method

PolarColumnShadowStyle clearColor()

Clears PolarColumnShadowStyle.color to null.

Implementation

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