clearColor method

GaugeThreshold clearColor()

Clears GaugeThreshold.color to null.

Implementation

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