withWidth method
- double value
Replaces BarWaterfallConnectorStyle.width with value.
Implementation
BarWaterfallConnectorStyle withWidth(double value) => copyWith(width: value);
Replaces BarWaterfallConnectorStyle.width with value.
BarWaterfallConnectorStyle withWidth(double value) => copyWith(width: value);