UIDialogLoading constructor
UIDialogLoading(})
Implementation
UIDialogLoading(String text, UILoadingType loadingType,
{bool hideUIRoot = false,
bool showCloseButton = false,
bool show = false,
dynamic classes,
dynamic style,
String padding = '6px',
bool fullScreen = false,
int backgroundGrey = 0,
double backgroundAlpha = 0.80,
int? backgroundBlur})
: super(_buildContent(loadingType, text),
hideUIRoot: hideUIRoot,
showCloseButton: showCloseButton,
show: show,
classes: classes,
style: style,
padding: padding,
fullScreen: fullScreen,
backgroundGrey: backgroundGrey,
backgroundAlpha: backgroundAlpha,
backgroundBlur: backgroundBlur);