withConnector method
Replaces BarWaterfallStyle.connector with value.
Implementation
BarWaterfallStyle withConnector(BarWaterfallConnectorStyle value) =>
copyWith(connector: value);
Replaces BarWaterfallStyle.connector with value.
BarWaterfallStyle withConnector(BarWaterfallConnectorStyle value) =>
copyWith(connector: value);