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