MephistoBankCard constructor
Implementation
const MephistoBankCard({
super.key,
this.bgColor,
required this.cardName,
required this.nameOnCard,
required this.last4,
required this.expiryMonth,
required this.expiryYear,
required this.balance,
required this.isActive,
});