Open darki73 opened 11 months ago
This pull request adds an ability to specify the 'status' of the card, similar to this: (this image was obtained by googling "mastercard platinum")
When:
return CreditCardWidget( bankName: 'ADCB', cardStatus: 'Platinum', );
return CreditCardWidget( bankName: 'ADCB', );
return CreditCardWidget( cardStatus: 'Platinum', );
I know I'm using too many if conditions, but this PR was hastily thrown together during the development of my application.
if
This pull request adds an ability to specify the 'status' of the card, similar to this: (this image was obtained by googling "mastercard platinum")
When:
When:
When: