clearColor method

PolarLabelStyle clearColor()

Clears PolarLabelStyle.color to null.

Implementation

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