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