clearColor method
Clears BarLabelCalloutStyle.color to null.
Implementation
BarLabelCalloutStyle clearColor() => copyWith(clearColor: true);
Clears BarLabelCalloutStyle.color to null.
BarLabelCalloutStyle clearColor() => copyWith(clearColor: true);