BeneficiaryStatisticsCard constructor

const BeneficiaryStatisticsCard({
  1. Key? key,
  2. required BeneficiaryStatisticsWrapperModel beneficiaryStatistics,
})

Implementation

const BeneficiaryStatisticsCard({
  super.key,
  required this.beneficiaryStatistics,
});