rfidEnableNfcButtonText property

dynamic get rfidEnableNfcButtonText

Android only.

Implementation

Color? get rfidEnableNfcButtonText => _rfidEnableNfcButtonText;
set rfidEnableNfcButtonText (dynamic val)

Implementation

set rfidEnableNfcButtonText(Color? val) {
  _rfidEnableNfcButtonText = val;
  _set({"rfidEnableNfcButtonText": _intFromColor(val)});
}