MephistoTransactionCard constructor
Implementation
const MephistoTransactionCard({
super.key,
required this.image,
required this.name,
required this.date,
required this.type,
required this.amount,
required this.currency,
});
const MephistoTransactionCard({
super.key,
required this.image,
required this.name,
required this.date,
required this.type,
required this.amount,
required this.currency,
});