CardFrontLayout constructor
CardFrontLayout({
- String bankName = '',
- String? cardNumber = '',
- String? cardExpiry = '',
- String? cardHolderName = '',
- String? textExpDate = 'Exp. Date',
- String? textExpiry = 'MM/YY',
- String? textName = 'Card Holder',
- required String mask,
- Widget? cardTypeIcon,
- double? cardWidth = 0,
- double? cardHeight = 0,
- Color? textColor,
Implementation
CardFrontLayout({
this.bankName = '',
this.cardNumber = '',
this.cardExpiry = '',
this.cardHolderName = '',
this.textExpDate = 'Exp. Date',
this.textExpiry = 'MM/YY',
this.textName = 'Card Holder',
required this.mask,
this.cardTypeIcon,
this.cardWidth = 0,
this.cardHeight = 0,
this.textColor,
});