clearColor method

GaugeTarget clearColor()

Clears GaugeTarget.color to null.

Implementation

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