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