PieChartLeaf constructor
PieChartLeaf({
- Key? key,
- required PieChartData data,
- required PieChartData targetData,
Implementation
PieChartLeaf({
super.key,
required this.data,
required this.targetData,
}) : super(children: targetData.sections.toWidgets());