clearDecreaseColor method
Clears BarWaterfallStyle.decreaseColor to null.
Implementation
BarWaterfallStyle clearDecreaseColor() => copyWith(clearDecreaseColor: true);
Clears BarWaterfallStyle.decreaseColor to null.
BarWaterfallStyle clearDecreaseColor() => copyWith(clearDecreaseColor: true);