rfidProcessingScreenBackground property

Color get rfidProcessingScreenBackground

Implementation

Color get rfidProcessingScreenBackground => _rfidProcessingScreenBackground;
set rfidProcessingScreenBackground (Color val)

Implementation

set rfidProcessingScreenBackground(Color val) {
  _rfidProcessingScreenBackground = val;
  _set({"rfidProcessingScreenBackground": _intFromColor(val)});
}