DChartBarDataCustom constructor
DChartBarDataCustom({})
Implementation
DChartBarDataCustom({
this.color,
required this.value,
required this.label,
this.valueStyle,
this.showValue,
this.valueTooltip,
this.labelCustom,
this.valueCustom,
this.onTap,
this.elevation,
this.splashColor,
this.shadowColor,
});