TLChartLabel constructor

const TLChartLabel({
  1. Key? key,
  2. EdgeInsetsGeometry? margin,
  3. EdgeInsetsGeometry? labelItemPadding,
  4. required List<TLChartLabelModel> datas,
})

Implementation

const TLChartLabel({
  super.key,
  this.margin,
  this.labelItemPadding,
  required this.datas,
});