LoadingDialog constructor
LoadingDialog({})
Implementation
LoadingDialog(
{ Key? key,
required this.loadingView,
this.content = "加载中...",
this.showContent = true,
this.radius = 10,
this.backgroundColor = Colors.white,
this.loadingColor=Colors.black,
this.loadingFontSize=12
});