clearColor method
Clears PolarColumnShadowStyle.color to null.
Implementation
PolarColumnShadowStyle clearColor() => copyWith(clearColor: true);
Clears PolarColumnShadowStyle.color to null.
PolarColumnShadowStyle clearColor() => copyWith(clearColor: true);