withColor method

BarWaterfallConnectorStyle withColor(
  1. Color value
)

Replaces BarWaterfallConnectorStyle.color with value.

Implementation

BarWaterfallConnectorStyle withColor(Color value) => copyWith(color: value);