initializeProgress method
void
initializeProgress()
Implementation
void initializeProgress() {
progressDialog = ProgressDialog(
context: context,
loadingText: loadingText,
backgroundColor: backgroundColor,
textColor: textColor!,
linearGradient: linearGradient,
backgroundOverlay: backgroundOverlay,
progressIndicatorColor: progressIndicatorColor,
assetImageName: assetImageName,
networkImageUrl: networkImageUrl,
);
}