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