clearPanelColor method

GaugeReferenceStyle clearPanelColor()

Clears GaugeReferenceStyle.panelColor to null.

Implementation

GaugeReferenceStyle clearPanelColor() => copyWith(clearPanelColor: true);