rfidProcessingScreenBackground property

Color rfidProcessingScreenBackground

Implementation

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

Implementation

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