TLChartPie constructor
const
TLChartPie({
- Key? key,
- String? centerTitle,
- String? tipUnit,
- EdgeInsetsGeometry? chartLabelMargin,
- EdgeInsetsGeometry? chartLabelItemPadding,
- required List<
PieChartDataModel> datas,
Implementation
const TLChartPie({
super.key,
this.centerTitle,
this.tipUnit,
this.chartLabelMargin,
this.chartLabelItemPadding,
required this.datas,
});