clearBorderColor method
Clears GaugeZoneStyle.borderColor to null.
Implementation
GaugeZoneStyle clearBorderColor() => copyWith(clearBorderColor: true);
Clears GaugeZoneStyle.borderColor to null.
GaugeZoneStyle clearBorderColor() => copyWith(clearBorderColor: true);