TLChartLabel constructor
const
TLChartLabel({
- Key? key,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? labelItemPadding,
- required List<
TLChartLabelModel> datas,
Implementation
const TLChartLabel({
super.key,
this.margin,
this.labelItemPadding,
required this.datas,
});