rfidProcessingScreenProgressBar property

dynamic rfidProcessingScreenProgressBar

Implementation

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

Implementation

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