LineChartLeaf constructor
const
LineChartLeaf({
- Key? key,
- required LineChartData data,
- required LineChartData targetData,
Implementation
const LineChartLeaf({
super.key,
required this.data,
required this.targetData,
});