rfidProcessingScreenHintLabelBackground property

dynamic get rfidProcessingScreenHintLabelBackground

Implementation

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

Implementation

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