withWidth method

BarWaterfallConnectorStyle withWidth(
  1. double value
)

Replaces BarWaterfallConnectorStyle.width with value.

Implementation

BarWaterfallConnectorStyle withWidth(double value) => copyWith(width: value);