mdlProcessingScreenResultLabel property
Implementation
Font? get mdlProcessingScreenResultLabel => _mdlProcessingScreenResultLabel;
Implementation
set mdlProcessingScreenResultLabel(Font? val) {
_mdlProcessingScreenResultLabel = val;
_set({"mdlProcessingScreenResultLabel": val?.toJson()});
}