rfidProcessingScreenResultLabelText property

Color rfidProcessingScreenResultLabelText

Implementation

Color get rfidProcessingScreenResultLabelText =>
    _rfidProcessingScreenResultLabelText;
void rfidProcessingScreenResultLabelText=(Color val)

Implementation

set rfidProcessingScreenResultLabelText(Color val) {
  _rfidProcessingScreenResultLabelText = val;
  _set({"rfidProcessingScreenResultLabelText": _intFromColor(val)});
}