clearColor method

BarLabelStyle clearColor()

Clears BarLabelStyle.color to null.

Implementation

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