withShow method
- bool value
Replaces BarWaterfallConnectorStyle.show with value.
Implementation
BarWaterfallConnectorStyle withShow(bool value) => copyWith(show: value);
Replaces BarWaterfallConnectorStyle.show with value.
BarWaterfallConnectorStyle withShow(bool value) => copyWith(show: value);