clearColor method

PolarThreshold clearColor()

Clears PolarThreshold.color to null.

Implementation

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