rfidProcessingScreenHintLabelBackground property

Color rfidProcessingScreenHintLabelBackground

Implementation

Color get rfidProcessingScreenHintLabelBackground =>
    _rfidProcessingScreenHintLabelBackground;
void rfidProcessingScreenHintLabelBackground=(Color val)

Implementation

set rfidProcessingScreenHintLabelBackground(Color val) {
  _rfidProcessingScreenHintLabelBackground = val;
  _set({"rfidProcessingScreenHintLabelBackground": _intFromColor(val)});
}