withIncreaseColor method

BarWaterfallStyle withIncreaseColor(
  1. Color value
)

Replaces BarWaterfallStyle.increaseColor with value.

Implementation

BarWaterfallStyle withIncreaseColor(Color value) =>
    copyWith(increaseColor: value);