placeNfcIconAtTheEnd property

bool placeNfcIconAtTheEnd
final

Places NFC icon at the opposite side of the chip,

For this value to be impacted, card must have NFC cababilities and you must set doesSupportNfc: true. By default placeNfcIconAtTheEnd : false, so, icon will be beside the chip if nfc is enabled.

Implementation

final bool placeNfcIconAtTheEnd;