clearColor method

BarLabelCalloutStyle clearColor()

Clears BarLabelCalloutStyle.color to null.

Implementation

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