rfidProcessingScreenBackground property
Implementation
Color? get rfidProcessingScreenBackground => _rfidProcessingScreenBackground;
Implementation
set rfidProcessingScreenBackground(Color? val) {
_rfidProcessingScreenBackground = val;
_set({"rfidProcessingScreenBackground": _intFromColor(val)});
}