rfidEnableNfcButtonBackground property

dynamic get rfidEnableNfcButtonBackground

Android only.

Implementation

Color? get rfidEnableNfcButtonBackground => _rfidEnableNfcButtonBackground;
set rfidEnableNfcButtonBackground (dynamic val)

Implementation

set rfidEnableNfcButtonBackground(Color? val) {
  _rfidEnableNfcButtonBackground = val;
  _set({"rfidEnableNfcButtonBackground": _intFromColor(val)});
}