BeneficiaryStatisticsCard constructor
const
BeneficiaryStatisticsCard({
- Key? key,
- required BeneficiaryStatisticsWrapperModel beneficiaryStatistics,
Implementation
const BeneficiaryStatisticsCard({
super.key,
required this.beneficiaryStatistics,
});