rfidProcessingScreenHintLabelText property

Color rfidProcessingScreenHintLabelText

Implementation

Color get rfidProcessingScreenHintLabelText =>
    _rfidProcessingScreenHintLabelText;
void rfidProcessingScreenHintLabelText=(Color val)

Implementation

set rfidProcessingScreenHintLabelText(Color val) {
  _rfidProcessingScreenHintLabelText = val;
  _set({"rfidProcessingScreenHintLabelText": _intFromColor(val)});
}