rfidProcessingScreenProgressBarBackground property

dynamic get rfidProcessingScreenProgressBarBackground

Implementation

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

Implementation

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