DoughnutOrPieChart constructor
const
DoughnutOrPieChart({})
Implementation
const DoughnutOrPieChart({super.key,
required this.dataSource,
this.isShowDataLabel = true,
this.isDoughnutChart = false,
this.isPieChart = false});