TLChartPie constructor

const TLChartPie({
  1. Key? key,
  2. String? centerTitle,
  3. String? tipUnit,
  4. EdgeInsetsGeometry? chartLabelMargin,
  5. EdgeInsetsGeometry? chartLabelItemPadding,
  6. required List<PieChartDataModel> datas,
})

Implementation

const TLChartPie({
  super.key,
  this.centerTitle,
  this.tipUnit,
  this.chartLabelMargin,
  this.chartLabelItemPadding,
  required this.datas,
});