mdlEnableNfcButtonText property
Android only.
Implementation
Font? get mdlEnableNfcButtonText => _mdlEnableNfcButtonText;
Implementation
set mdlEnableNfcButtonText(Font? val) {
_mdlEnableNfcButtonText = val;
_set({"mdlEnableNfcButtonText": val?.toJson()});
}