withColor method
- Color value
Replaces BarWaterfallConnectorStyle.color with value.
Implementation
BarWaterfallConnectorStyle withColor(Color value) => copyWith(color: value);
Replaces BarWaterfallConnectorStyle.color with value.
BarWaterfallConnectorStyle withColor(Color value) => copyWith(color: value);