CardDetailsComponent constructor
CardDetailsComponent({})
Implementation
CardDetailsComponent({
Key? key,
required this.cardType,
required this.cardNumber,
required this.cardHolderName,
required this.validityMonth,
required this.validityYear,
}) : super(key: key);