rfidEnableNfcButtonText property
Android only.
Implementation
Font? get rfidEnableNfcButtonText => _rfidEnableNfcButtonText;
Implementation
set rfidEnableNfcButtonText(Font? val) {
_rfidEnableNfcButtonText = val;
_set({"rfidEnableNfcButtonText": val?.toJson()});
}