clearBackgroundColor method

BarLabelStyle clearBackgroundColor()

Clears BarLabelStyle.backgroundColor to null.

Implementation

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