creditCardType property

CreditCardType? creditCardType
final

Set Credit card type to set network provider logo - VISA, Mastercard, etc.

Set creditCardType: CreditCardType.none to disable showing the logo. If this value is skipped, the card will show the logo automatically based on the cardNumber.

Implementation

final CreditCardType? creditCardType;