WaterfallChartColumnStyle constructor
WaterfallChartColumnStyle({
- Color? color,
- ColorStyle? colorStyle,
- String? label,
Implementation
WaterfallChartColumnStyle({this.color, this.colorStyle, this.label});