rfidProcessingScreenProgressBarBackground property

Color rfidProcessingScreenProgressBarBackground

Implementation

Color get rfidProcessingScreenProgressBarBackground =>
    _rfidProcessingScreenProgressBarBackground;
void rfidProcessingScreenProgressBarBackground=(Color val)

Implementation

set rfidProcessingScreenProgressBarBackground(Color val) {
  _rfidProcessingScreenProgressBarBackground = val;
  _set({"rfidProcessingScreenProgressBarBackground": _intFromColor(val)});
}