rfidProcessingScreenProgressBarBackground property

Color get rfidProcessingScreenProgressBarBackground

Implementation

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

Implementation

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