DataLabel constructor

DataLabel({
  1. ChartData? customLabelData,
  2. String? placement,
  3. TextFormat? textFormat,
  4. String? type,
})

Implementation

DataLabel({
  this.customLabelData,
  this.placement,
  this.textFormat,
  this.type,
});