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