DataLabel constructor
DataLabel({
- ChartData? customLabelData,
- String? placement,
- TextFormat? textFormat,
- String? type,
Implementation
DataLabel({
this.customLabelData,
this.placement,
this.textFormat,
this.type,
});