rfidProcessingScreenProgressBar property

Color rfidProcessingScreenProgressBar

Implementation

Color get rfidProcessingScreenProgressBar => _rfidProcessingScreenProgressBar;
void rfidProcessingScreenProgressBar=(Color val)

Implementation

set rfidProcessingScreenProgressBar(Color val) {
  _rfidProcessingScreenProgressBar = val;
  _set({"rfidProcessingScreenProgressBar": _intFromColor(val)});
}