mdlProcessingScreenResultLabelText property
Implementation
Color? get mdlProcessingScreenResultLabelText =>
_mdlProcessingScreenResultLabelText;
Implementation
set mdlProcessingScreenResultLabelText(Color? val) {
_mdlProcessingScreenResultLabelText = val;
_set({"mdlProcessingScreenResultLabelText": _intFromColor(val)});
}