withConnector method

BarWaterfallStyle withConnector(
  1. BarWaterfallConnectorStyle value
)

Replaces BarWaterfallStyle.connector with value.

Implementation

BarWaterfallStyle withConnector(BarWaterfallConnectorStyle value) =>
    copyWith(connector: value);