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