clearIncreaseColor method
Clears BarWaterfallStyle.increaseColor to null.
Implementation
BarWaterfallStyle clearIncreaseColor() => copyWith(clearIncreaseColor: true);
Clears BarWaterfallStyle.increaseColor to null.
BarWaterfallStyle clearIncreaseColor() => copyWith(clearIncreaseColor: true);