withShow method

BarWaterfallConnectorStyle withShow(
  1. bool value
)

Replaces BarWaterfallConnectorStyle.show with value.

Implementation

BarWaterfallConnectorStyle withShow(bool value) => copyWith(show: value);