rfidProcessingScreenProgressLabelText property

Color rfidProcessingScreenProgressLabelText

Implementation

Color get rfidProcessingScreenProgressLabelText =>
    _rfidProcessingScreenProgressLabelText;
void rfidProcessingScreenProgressLabelText=(Color val)

Implementation

set rfidProcessingScreenProgressLabelText(Color val) {
  _rfidProcessingScreenProgressLabelText = val;
  _set({"rfidProcessingScreenProgressLabelText": _intFromColor(val)});
}