clearDecreaseColor method

BarWaterfallStyle clearDecreaseColor()

Clears BarWaterfallStyle.decreaseColor to null.

Implementation

BarWaterfallStyle clearDecreaseColor() => copyWith(clearDecreaseColor: true);