rfidProcessingScreenBackground property

dynamic get rfidProcessingScreenBackground

Implementation

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

Implementation

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