mdlProcessingScreenResultLabelText property

dynamic get mdlProcessingScreenResultLabelText

Implementation

Color? get mdlProcessingScreenResultLabelText =>
    _mdlProcessingScreenResultLabelText;
set mdlProcessingScreenResultLabelText (dynamic val)

Implementation

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