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