withDecreaseColor method

BarWaterfallStyle withDecreaseColor(
  1. Color value
)

Replaces BarWaterfallStyle.decreaseColor with value.

Implementation

BarWaterfallStyle withDecreaseColor(Color value) =>
    copyWith(decreaseColor: value);