MephistoRecipientCard constructor
Implementation
const MephistoRecipientCard({
super.key,
required this.image,
required this.name,
required this.number,
required this.type,
});
const MephistoRecipientCard({
super.key,
required this.image,
required this.name,
required this.number,
required this.type,
});