rfidProcessingScreenHintLabelBackground property

Color get rfidProcessingScreenHintLabelBackground

Implementation

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

Implementation

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