WaterfallChartColumnStyle constructor

WaterfallChartColumnStyle({
  1. Color? color,
  2. ColorStyle? colorStyle,
  3. String? label,
})

Implementation

WaterfallChartColumnStyle({
  this.color,
  this.colorStyle,
  this.label,
});