WaterfallChartSpec constructor

WaterfallChartSpec({
  1. LineStyle? connectorLineStyle,
  2. WaterfallChartDomain? domain,
  3. bool? firstValueIsTotal,
  4. bool? hideConnectorLines,
  5. List<WaterfallChartSeries>? series,
  6. String? stackedType,
  7. DataLabel? totalDataLabel,
})

Implementation

WaterfallChartSpec({
  this.connectorLineStyle,
  this.domain,
  this.firstValueIsTotal,
  this.hideConnectorLines,
  this.series,
  this.stackedType,
  this.totalDataLabel,
});