WaterfallChartCustomSubtotal constructor

WaterfallChartCustomSubtotal({
  1. bool? dataIsSubtotal,
  2. String? label,
  3. int? subtotalIndex,
})

Implementation

WaterfallChartCustomSubtotal({
  this.dataIsSubtotal,
  this.label,
  this.subtotalIndex,
});