rfidProcessingScreenHintLabelText property
Implementation
Color? get rfidProcessingScreenHintLabelText =>
_rfidProcessingScreenHintLabelText;
Implementation
set rfidProcessingScreenHintLabelText(Color? val) {
_rfidProcessingScreenHintLabelText = val;
_set({"rfidProcessingScreenHintLabelText": _intFromColor(val)});
}