rfidEnableNfcButtonText property

Font? get rfidEnableNfcButtonText

Android only.

Implementation

Font? get rfidEnableNfcButtonText => _rfidEnableNfcButtonText;
set rfidEnableNfcButtonText (Font? val)

Implementation

set rfidEnableNfcButtonText(Font? val) {
  _rfidEnableNfcButtonText = val;
  _set({"rfidEnableNfcButtonText": val?.toJson()});
}